Html Css Color HEX #CEA555 Apache

📋 copy color: '#CEA555'

red 206 ◦ green 165 ◦ blue 85

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

Shades of Apache #CEA555

Tints of Apache #CEA555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 85 (33.59% from 255) = 18.64%

R = 45.18%
G = 36.18%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEA555 (or 0xCEA555) is known color: Apache. HEX triplet: CE, A5 and 55. RGB value is (206,165,85). Sum of RGB (Red+Green+Blue) = 206+165+85=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA555 is #315AAA. Grayscale: #A8A8A8. Windows color (decimal): -3234475 or 5613006. OLE color: 5613006.

HSL color Cylindrical-coordinate representation of color #CEA555: hue angle of 39.67º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEA555 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 85 -
CMYK 0 0.20 0.59 0.19
HSL 39.67º 0.55% 0.57% -
HSV(B) 39.67º 0.59% 0.81% -
XYZ 40.55 40.69 14.31 -
YUV 168.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 206 165 85 0 0.20 0.59 0.19 39.67 0.55 0.57
Hex CE A5 55 0 14 3B 13 28 37 39
Octal 316 245 125 0 24 73 23 50 67 71
Binary 11001110 10100101 1010101 0 10100 111011 10011 101000 110111 111001

Color Harmonies of #CEA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA555

Black with #CEA555

Text Example


Text Example

White with #CEA555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA555; }

 p { color: rgb(206,165,85); }

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

background-color css

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

 a { background-color: rgb(206,165,85); }

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

border-color css

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

 span { border-color: rgb(206,165,85); }

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