Html Css Color HEX #CEA461 Apache

📋 copy color: '#CEA461'

red 206 ◦ green 164 ◦ blue 97

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

Shades of Apache #CEA461

Tints of Apache #CEA461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.77%

R = 44.11%
G = 35.12%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEA461 (or 0xCEA461) is known color: Apache. HEX triplet: CE, A4 and 61. RGB value is (206,164,97). Sum of RGB (Red+Green+Blue) = 206+164+97=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA461 is #315B9E. Grayscale: #A9A9A9. Windows color (decimal): -3234719 or 6399182. OLE color: 6399182.

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

Color convert

RGB 206 164 97 -
CMYK 0 0.20 0.53 0.19
HSL 36.88º 0.53% 0.59% -
HSV(B) 36.88º 0.53% 0.81% -
XYZ 40.89 40.54 16.98 -
YUV 168.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 206 164 97 0 0.20 0.53 0.19 36.88 0.53 0.59
Hex CE A4 61 0 14 35 13 25 35 3B
Octal 316 244 141 0 24 65 23 45 65 73
Binary 11001110 10100100 1100001 0 10100 110101 10011 100101 110101 111011

Color Harmonies of #CEA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA461

Black with #CEA461

Text Example


Text Example

White with #CEA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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