Html Css Color HEX #CEAD5A Apache

📋 copy color: '#CEAD5A'

red 206 ◦ green 173 ◦ blue 90

#CEAD5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CEAD5A

Tints of Apache #CEAD5A

RGB

 RED value IS 206 (80.86% from 255) = 43.92%

 GREEN value IS 173 (67.97% from 255) = 36.89%

 BLUE value IS 90 (35.55% from 255) = 19.19%

R = 43.92%
G = 36.89%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEAD5A (or 0xCEAD5A) is known color: Apache. HEX triplet: CE, AD and 5A. RGB value is (206,173,90). Sum of RGB (Red+Green+Blue) = 206+173+90=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD5A is #3152A5. Grayscale: #ADADAD. Windows color (decimal): -3232422 or 5942734. OLE color: 5942734.

HSL color Cylindrical-coordinate representation of color #CEAD5A: hue angle of 42.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEAD5A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 90 -
CMYK 0 0.16 0.56 0.19
HSL 42.93º 0.54% 0.58% -
HSV(B) 42.93º 0.56% 0.81% -
XYZ 42.24 43.75 15.89 -
YUV 173.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 206 173 90 0 0.16 0.56 0.19 42.93 0.54 0.58
Hex CE AD 5A 0 10 38 13 2B 36 3A
Octal 316 255 132 0 20 70 23 53 66 72
Binary 11001110 10101101 1011010 0 10000 111000 10011 101011 110110 111010

Color Harmonies of #CEAD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD5A

Black with #CEAD5A

Text Example


Text Example

White with #CEAD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD5A; }

 p { color: rgb(206,173,90); }

 H1.HeaderClassName
 {
   color: #CEAD5A;
 }
 .AnyTagClassName
 {
   color: #CEAD5A;
 }
</style>

background-color css

<style>
 a { background-color: #CEAD5A; }

 a { background-color: rgb(206,173,90); }

 div.DivClassName
 {
   background-color: #CEAD5A;
 }
 .BgClassName
 {
   background-color: #CEAD5A;
 }
</style>

border-color css

<style>
 span { border-color: #CEAD5A; }

 span { border-color: rgb(206,173,90); }

 td.TdClassName
 {
   border-color: #CEAD5A;
 }
 .TagClassName
 {
   border-color: #CEAD5A;
 }
</style>