Html Css Color HEX #CFAD61 Apache

📋 copy color: '#CFAD61'

red 207 ◦ green 173 ◦ blue 97

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

Shades of Apache #CFAD61

Tints of Apache #CFAD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

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

R = 43.4%
G = 36.27%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFAD61 (or 0xCFAD61) is known color: Apache. HEX triplet: CF, AD and 61. RGB value is (207,173,97). Sum of RGB (Red+Green+Blue) = 207+173+97=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD61 is #30529E. Grayscale: #AEAEAE. Windows color (decimal): -3166879 or 6401487. OLE color: 6401487.

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

Color convert

RGB 207 173 97 -
CMYK 0 0.16 0.53 0.19
HSL 41.45º 0.53% 0.6% -
HSV(B) 41.45º 0.53% 0.81% -
XYZ 42.83 44.02 17.55 -
YUV 174.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 207 173 97 0 0.16 0.53 0.19 41.45 0.53 0.6
Hex CF AD 61 0 10 35 13 29 35 3C
Octal 317 255 141 0 20 65 23 51 65 74
Binary 11001111 10101101 1100001 0 10000 110101 10011 101001 110101 111100

Color Harmonies of #CFAD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD61

Black with #CFAD61

Text Example


Text Example

White with #CFAD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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