Html Css Color HEX #CEA255 Apache

📋 copy color: '#CEA255'

red 206 ◦ green 162 ◦ blue 85

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

Shades of Apache #CEA255

Tints of Apache #CEA255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 45.47%
G = 35.76%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEA255 (or 0xCEA255) is known color: Apache. HEX triplet: CE, A2 and 55. RGB value is (206,162,85). Sum of RGB (Red+Green+Blue) = 206+162+85=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA255 is #315DAA. Grayscale: #A6A6A6. Windows color (decimal): -3235243 or 5612238. OLE color: 5612238.

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

Color convert

RGB 206 162 85 -
CMYK 0 0.21 0.59 0.19
HSL 38.18º 0.55% 0.57% -
HSV(B) 38.18º 0.59% 0.81% -
XYZ 40.01 39.62 14.13 -
YUV 166.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 206 162 85 0 0.21 0.59 0.19 38.18 0.55 0.57
Hex CE A2 55 0 15 3B 13 26 37 39
Octal 316 242 125 0 25 73 23 46 67 71
Binary 11001110 10100010 1010101 0 10101 111011 10011 100110 110111 111001

Color Harmonies of #CEA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA255

Black with #CEA255

Text Example


Text Example

White with #CEA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA255; }

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

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

background-color css

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

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

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

border-color css

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

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

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