Html Css Color HEX #CEA465 Apache

📋 copy color: '#CEA465'

red 206 ◦ green 164 ◦ blue 101

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

Shades of Apache #CEA465

Tints of Apache #CEA465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

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

R = 43.74%
G = 34.82%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEA465 (or 0xCEA465) is known color: Apache. HEX triplet: CE, A4 and 65. RGB value is (206,164,101). Sum of RGB (Red+Green+Blue) = 206+164+101=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA465 is #315B9A. Grayscale: #A9A9A9. Windows color (decimal): -3234715 or 6661326. OLE color: 6661326.

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

Color convert

RGB 206 164 101 -
CMYK 0 0.20 0.51 0.19
HSL 36º 0.52% 0.6% -
HSV(B) 36º 0.51% 0.81% -
XYZ 41.08 40.61 17.99 -
YUV 169.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 206 164 101 0 0.20 0.51 0.19 36 0.52 0.6
Hex CE A4 65 0 14 33 13 24 34 3C
Octal 316 244 145 0 24 63 23 44 64 74
Binary 11001110 10100100 1100101 0 10100 110011 10011 100100 110100 111100

Color Harmonies of #CEA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA465

Black with #CEA465

Text Example


Text Example

White with #CEA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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