Html Css Color HEX #CFA961 Apache

📋 copy color: '#CFA961'

red 207 ◦ green 169 ◦ blue 97

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

Shades of Apache #CFA961

Tints of Apache #CFA961

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.73%

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

R = 43.76%
G = 35.73%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFA961 (or 0xCFA961) is known color: Apache. HEX triplet: CF, A9 and 61. RGB value is (207,169,97). Sum of RGB (Red+Green+Blue) = 207+169+97=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA961 is #30569E. Grayscale: #ACACAC. Windows color (decimal): -3167903 or 6400463. OLE color: 6400463.

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

Color convert

RGB 207 169 97 -
CMYK 0 0.18 0.53 0.19
HSL 39.27º 0.53% 0.6% -
HSV(B) 39.27º 0.53% 0.81% -
XYZ 42.08 42.5 17.3 -
YUV 172.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 207 169 97 0 0.18 0.53 0.19 39.27 0.53 0.6
Hex CF A9 61 0 12 35 13 27 35 3C
Octal 317 251 141 0 22 65 23 47 65 74
Binary 11001111 10101001 1100001 0 10010 110101 10011 100111 110101 111100

Color Harmonies of #CFA961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA961

Black with #CFA961

Text Example


Text Example

White with #CFA961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA961; }

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

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

background-color css

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

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

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

border-color css

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

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

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