Html Css Color HEX #CFA460 Apache

📋 copy color: '#CFA460'

red 207 ◦ green 164 ◦ blue 96

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

Shades of Apache #CFA460

Tints of Apache #CFA460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 44.33%
G = 35.12%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CFA460 (or 0xCFA460) is known color: Apache. HEX triplet: CF, A4 and 60. RGB value is (207,164,96). Sum of RGB (Red+Green+Blue) = 207+164+96=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA460 is #305B9F. Grayscale: #A9A9A9. Windows color (decimal): -3169184 or 6333647. OLE color: 6333647.

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

Color convert

RGB 207 164 96 -
CMYK 0 0.21 0.54 0.19
HSL 36.76º 0.54% 0.59% -
HSV(B) 36.76º 0.54% 0.81% -
XYZ 41.12 40.66 16.75 -
YUV 169.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 207 164 96 0 0.21 0.54 0.19 36.76 0.54 0.59
Hex CF A4 60 0 15 36 13 25 36 3B
Octal 317 244 140 0 25 66 23 45 66 73
Binary 11001111 10100100 1100000 0 10101 110110 10011 100101 110110 111011

Color Harmonies of #CFA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA460

Black with #CFA460

Text Example


Text Example

White with #CFA460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA460; }

 p { color: rgb(207,164,96); }

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

background-color css

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

 a { background-color: rgb(207,164,96); }

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

border-color css

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

 span { border-color: rgb(207,164,96); }

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