Html Css Color HEX #CEA65A Apache

📋 copy color: '#CEA65A'

red 206 ◦ green 166 ◦ blue 90

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

Shades of Apache #CEA65A

Tints of Apache #CEA65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.93%

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

R = 44.59%
G = 35.93%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEA65A (or 0xCEA65A) is known color: Apache. HEX triplet: CE, A6 and 5A. RGB value is (206,166,90). Sum of RGB (Red+Green+Blue) = 206+166+90=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA65A is #3159A5. Grayscale: #A9A9A9. Windows color (decimal): -3234214 or 5940942. OLE color: 5940942.

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

Color convert

RGB 206 166 90 -
CMYK 0 0.19 0.56 0.19
HSL 39.31º 0.54% 0.58% -
HSV(B) 39.31º 0.56% 0.81% -
XYZ 40.94 41.13 15.45 -
YUV 169.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 206 166 90 0 0.19 0.56 0.19 39.31 0.54 0.58
Hex CE A6 5A 0 13 38 13 27 36 3A
Octal 316 246 132 0 23 70 23 47 66 72
Binary 11001110 10100110 1011010 0 10011 111000 10011 100111 110110 111010

Color Harmonies of #CEA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA65A

Black with #CEA65A

Text Example


Text Example

White with #CEA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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