Html Css Color HEX #CEA165 Apache

📋 copy color: '#CEA165'

red 206 ◦ green 161 ◦ blue 101

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

Shades of Apache #CEA165

Tints of Apache #CEA165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

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

R = 44.02%
G = 34.4%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEA165 (or 0xCEA165) is known color: Apache. HEX triplet: CE, A1 and 65. RGB value is (206,161,101). Sum of RGB (Red+Green+Blue) = 206+161+101=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA165 is #315E9A. Grayscale: #A7A7A7. Windows color (decimal): -3235483 or 6660558. OLE color: 6660558.

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

Color convert

RGB 206 161 101 -
CMYK 0 0.22 0.51 0.19
HSL 34.29º 0.52% 0.6% -
HSV(B) 34.29º 0.51% 0.81% -
XYZ 40.55 39.55 17.81 -
YUV 167.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 206 161 101 0 0.22 0.51 0.19 34.29 0.52 0.6
Hex CE A1 65 0 16 33 13 22 34 3C
Octal 316 241 145 0 26 63 23 42 64 74
Binary 11001110 10100001 1100101 0 10110 110011 10011 100010 110100 111100

Color Harmonies of #CEA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA165

Black with #CEA165

Text Example


Text Example

White with #CEA165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA165; }

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

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

background-color css

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

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

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

border-color css

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

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

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