Html Css Color HEX #CFA861 Apache

📋 copy color: '#CFA861'

red 207 ◦ green 168 ◦ blue 97

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

Shades of Apache #CFA861

Tints of Apache #CFA861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.59%

 BLUE value IS 97 (38.28% from 255) = 20.55%

R = 43.86%
G = 35.59%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFA861 (or 0xCFA861) is known color: Apache. HEX triplet: CF, A8 and 61. RGB value is (207,168,97). Sum of RGB (Red+Green+Blue) = 207+168+97=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA861 is #30579E. Grayscale: #ABABAB. Windows color (decimal): -3168159 or 6400207. OLE color: 6400207.

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

Color convert

RGB 207 168 97 -
CMYK 0 0.19 0.53 0.19
HSL 38.73º 0.53% 0.6% -
HSV(B) 38.73º 0.53% 0.81% -
XYZ 41.89 42.13 17.23 -
YUV 171.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 207 168 97 0 0.19 0.53 0.19 38.73 0.53 0.6
Hex CF A8 61 0 13 35 13 27 35 3C
Octal 317 250 141 0 23 65 23 47 65 74
Binary 11001111 10101000 1100001 0 10011 110101 10011 100111 110101 111100

Color Harmonies of #CFA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA861

Black with #CFA861

Text Example


Text Example

White with #CFA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA861; }

 p { color: rgb(207,168,97); }

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

background-color css

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

 a { background-color: rgb(207,168,97); }

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

border-color css

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

 span { border-color: rgb(207,168,97); }

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