Html Css Color HEX #CEAA65 Apache

📋 copy color: '#CEAA65'

red 206 ◦ green 170 ◦ blue 101

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

Shades of Apache #CEAA65

Tints of Apache #CEAA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.64%

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

R = 43.19%
G = 35.64%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEAA65 (or 0xCEAA65) is known color: Apache. HEX triplet: CE, AA and 65. RGB value is (206,170,101). Sum of RGB (Red+Green+Blue) = 206+170+101=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA65 is #31559A. Grayscale: #ADADAD. Windows color (decimal): -3233179 or 6662862. OLE color: 6662862.

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

Color convert

RGB 206 170 101 -
CMYK 0 0.17 0.51 0.19
HSL 39.43º 0.52% 0.6% -
HSV(B) 39.43º 0.51% 0.81% -
XYZ 42.18 42.81 18.35 -
YUV 172.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 206 170 101 0 0.17 0.51 0.19 39.43 0.52 0.6
Hex CE AA 65 0 11 33 13 27 34 3C
Octal 316 252 145 0 21 63 23 47 64 74
Binary 11001110 10101010 1100101 0 10001 110011 10011 100111 110100 111100

Color Harmonies of #CEAA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA65

Black with #CEAA65

Text Example


Text Example

White with #CEAA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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