Html Css Color HEX #CFA560 Apache

📋 copy color: '#CFA560'

red 207 ◦ green 165 ◦ blue 96

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

Shades of Apache #CFA560

Tints of Apache #CFA560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

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

R = 44.23%
G = 35.26%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CFA560 (or 0xCFA560) is known color: Apache. HEX triplet: CF, A5 and 60. RGB value is (207,165,96). Sum of RGB (Red+Green+Blue) = 207+165+96=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA560 is #305A9F. Grayscale: #AAAAAA. Windows color (decimal): -3168928 or 6333903. OLE color: 6333903.

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

Color convert

RGB 207 165 96 -
CMYK 0 0.20 0.54 0.19
HSL 37.3º 0.54% 0.59% -
HSV(B) 37.3º 0.54% 0.81% -
XYZ 41.3 41.02 16.81 -
YUV 169.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 207 165 96 0 0.20 0.54 0.19 37.3 0.54 0.59
Hex CF A5 60 0 14 36 13 25 36 3B
Octal 317 245 140 0 24 66 23 45 66 73
Binary 11001111 10100101 1100000 0 10100 110110 10011 100101 110110 111011

Color Harmonies of #CFA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA560

Black with #CFA560

Text Example


Text Example

White with #CFA560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA560; }

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

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

background-color css

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

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

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

border-color css

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

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

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