Html Css Color HEX #CFA561 Apache

📋 copy color: '#CFA561'

red 207 ◦ green 165 ◦ blue 97

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

Shades of Apache #CFA561

Tints of Apache #CFA561

RGB

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

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

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

R = 44.14%
G = 35.18%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFA561 (or 0xCFA561) is known color: Apache. HEX triplet: CF, A5 and 61. RGB value is (207,165,97). Sum of RGB (Red+Green+Blue) = 207+165+97=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA561 is #305A9E. Grayscale: #AAAAAA. Windows color (decimal): -3168927 or 6399439. OLE color: 6399439.

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

Color convert

RGB 207 165 97 -
CMYK 0 0.20 0.53 0.19
HSL 37.09º 0.53% 0.6% -
HSV(B) 37.09º 0.53% 0.81% -
XYZ 41.34 41.04 17.05 -
YUV 169.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 207 165 97 0 0.20 0.53 0.19 37.09 0.53 0.6
Hex CF A5 61 0 14 35 13 25 35 3C
Octal 317 245 141 0 24 65 23 45 65 74
Binary 11001111 10100101 1100001 0 10100 110101 10011 100101 110101 111100

Color Harmonies of #CFA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA561

Black with #CFA561

Text Example


Text Example

White with #CFA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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