Html Css Color HEX #CFAA66 Apache

📋 copy color: '#CFAA66'

red 207 ◦ green 170 ◦ blue 102

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

Shades of Apache #CFAA66

Tints of Apache #CFAA66

RGB

 RED value IS 207 (81.25% from 255) = 43.22%

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

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 43.22%
G = 35.49%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFAA66 (or 0xCFAA66) is known color: Apache. HEX triplet: CF, AA and 66. RGB value is (207,170,102). Sum of RGB (Red+Green+Blue) = 207+170+102=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA66 is #305599. Grayscale: #ADADAD. Windows color (decimal): -3167642 or 6728399. OLE color: 6728399.

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

Color convert

RGB 207 170 102 -
CMYK 0 0.18 0.51 0.19
HSL 38.86º 0.52% 0.61% -
HSV(B) 38.86º 0.51% 0.81% -
XYZ 42.51 42.97 18.62 -
YUV 173.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 207 170 102 0 0.18 0.51 0.19 38.86 0.52 0.61
Hex CF AA 66 0 12 33 13 27 34 3D
Octal 317 252 146 0 22 63 23 47 64 75
Binary 11001111 10101010 1100110 0 10010 110011 10011 100111 110100 111101

Color Harmonies of #CFAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA66

Black with #CFAA66

Text Example


Text Example

White with #CFAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA66; }

 p { color: rgb(207,170,102); }

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

background-color css

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

 a { background-color: rgb(207,170,102); }

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

border-color css

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

 span { border-color: rgb(207,170,102); }

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