Html Css Color HEX #CEA765 Apache

📋 copy color: '#CEA765'

red 206 ◦ green 167 ◦ blue 101

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

Shades of Apache #CEA765

Tints of Apache #CEA765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.23%

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 43.46%
G = 35.23%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEA765 (or 0xCEA765) is known color: Apache. HEX triplet: CE, A7 and 65. RGB value is (206,167,101). Sum of RGB (Red+Green+Blue) = 206+167+101=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA765 is #31589A. Grayscale: #ABABAB. Windows color (decimal): -3233947 or 6662094. OLE color: 6662094.

HSL color Cylindrical-coordinate representation of color #CEA765: hue angle of 37.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEA765 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 101 -
CMYK 0 0.19 0.51 0.19
HSL 37.71º 0.52% 0.6% -
HSV(B) 37.71º 0.51% 0.81% -
XYZ 41.62 41.7 18.17 -
YUV 171.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 206 167 101 0 0.19 0.51 0.19 37.71 0.52 0.6
Hex CE A7 65 0 13 33 13 26 34 3C
Octal 316 247 145 0 23 63 23 46 64 74
Binary 11001110 10100111 1100101 0 10011 110011 10011 100110 110100 111100

Color Harmonies of #CEA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA765

Black with #CEA765

Text Example


Text Example

White with #CEA765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA765; }

 p { color: rgb(206,167,101); }

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

background-color css

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

 a { background-color: rgb(206,167,101); }

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

border-color css

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

 span { border-color: rgb(206,167,101); }

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