Html Css Color HEX #CFA461 Apache

📋 copy color: '#CFA461'

red 207 ◦ green 164 ◦ blue 97

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

Shades of Apache #CFA461

Tints of Apache #CFA461

RGB

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

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

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

R = 44.23%
G = 35.04%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFA461 (or 0xCFA461) is known color: Apache. HEX triplet: CF, A4 and 61. RGB value is (207,164,97). Sum of RGB (Red+Green+Blue) = 207+164+97=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA461 is #305B9E. Grayscale: #A9A9A9. Windows color (decimal): -3169183 or 6399183. OLE color: 6399183.

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

Color convert

RGB 207 164 97 -
CMYK 0 0.21 0.53 0.19
HSL 36.55º 0.53% 0.6% -
HSV(B) 36.55º 0.53% 0.81% -
XYZ 41.17 40.68 16.99 -
YUV 169.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 207 164 97 0 0.21 0.53 0.19 36.55 0.53 0.6
Hex CF A4 61 0 15 35 13 25 35 3C
Octal 317 244 141 0 25 65 23 45 65 74
Binary 11001111 10100100 1100001 0 10101 110101 10011 100101 110101 111100

Color Harmonies of #CFA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA461

Black with #CFA461

Text Example


Text Example

White with #CFA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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