Html Css Color HEX #CFA666 Apache

📋 copy color: '#CFA666'

red 207 ◦ green 166 ◦ blue 102

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

Shades of Apache #CFA666

Tints of Apache #CFA666

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.95%

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

R = 43.58%
G = 34.95%
B = 21.47%

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

#CFA666 (or 0xCFA666) is known color: Apache. HEX triplet: CF, A6 and 66. RGB value is (207,166,102). Sum of RGB (Red+Green+Blue) = 207+166+102=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA666 is #305999. Grayscale: #ABABAB. Windows color (decimal): -3168666 or 6727375. OLE color: 6727375.

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

Color convert

RGB 207 166 102 -
CMYK 0 0.20 0.51 0.19
HSL 36.57º 0.52% 0.61% -
HSV(B) 36.57º 0.51% 0.81% -
XYZ 41.77 41.5 18.38 -
YUV 170.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 207 166 102 0 0.20 0.51 0.19 36.57 0.52 0.61
Hex CF A6 66 0 14 33 13 25 34 3D
Octal 317 246 146 0 24 63 23 45 64 75
Binary 11001111 10100110 1100110 0 10100 110011 10011 100101 110100 111101

Color Harmonies of #CFA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA666

Black with #CFA666

Text Example


Text Example

White with #CFA666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA666; }

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

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

background-color css

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

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

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

border-color css

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

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

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