Html Css Color HEX #CEA95A Apache

📋 copy color: '#CEA95A'

red 206 ◦ green 169 ◦ blue 90

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

Shades of Apache #CEA95A

Tints of Apache #CEA95A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.34%

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

R = 44.3%
G = 36.34%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEA95A (or 0xCEA95A) is known color: Apache. HEX triplet: CE, A9 and 5A. RGB value is (206,169,90). Sum of RGB (Red+Green+Blue) = 206+169+90=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA95A is #3156A5. Grayscale: #ABABAB. Windows color (decimal): -3233446 or 5941710. OLE color: 5941710.

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

Color convert

RGB 206 169 90 -
CMYK 0 0.18 0.56 0.19
HSL 40.86º 0.54% 0.58% -
HSV(B) 40.86º 0.56% 0.81% -
XYZ 41.49 42.24 15.64 -
YUV 171.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 206 169 90 0 0.18 0.56 0.19 40.86 0.54 0.58
Hex CE A9 5A 0 12 38 13 29 36 3A
Octal 316 251 132 0 22 70 23 51 66 72
Binary 11001110 10101001 1011010 0 10010 111000 10011 101001 110110 111010

Color Harmonies of #CEA95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA95A

Black with #CEA95A

Text Example


Text Example

White with #CEA95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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