Html Css Color HEX #CEAC5A Apache

📋 copy color: '#CEAC5A'

red 206 ◦ green 172 ◦ blue 90

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

Shades of Apache #CEAC5A

Tints of Apache #CEAC5A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 44.02%
G = 36.75%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEAC5A (or 0xCEAC5A) is known color: Apache. HEX triplet: CE, AC and 5A. RGB value is (206,172,90). Sum of RGB (Red+Green+Blue) = 206+172+90=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC5A is #3153A5. Grayscale: #ADADAD. Windows color (decimal): -3232678 or 5942478. OLE color: 5942478.

HSL color Cylindrical-coordinate representation of color #CEAC5A: hue angle of 42.41º 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 #CEAC5A is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 172 90 -
CMYK 0 0.17 0.56 0.19
HSL 42.41º 0.54% 0.58% -
HSV(B) 42.41º 0.56% 0.81% -
XYZ 42.05 43.37 15.83 -
YUV 172.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 206 172 90 0 0.17 0.56 0.19 42.41 0.54 0.58
Hex CE AC 5A 0 11 38 13 2A 36 3A
Octal 316 254 132 0 21 70 23 52 66 72
Binary 11001110 10101100 1011010 0 10001 111000 10011 101010 110110 111010

Color Harmonies of #CEAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC5A

Black with #CEAC5A

Text Example


Text Example

White with #CEAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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