Html Css Color HEX #CFAA62 Apache

📋 copy color: '#CFAA62'

red 207 ◦ green 170 ◦ blue 98

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

Shades of Apache #CFAA62

Tints of Apache #CFAA62

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.79%

 BLUE value IS 98 (38.67% from 255) = 20.63%

R = 43.58%
G = 35.79%
B = 20.63%

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

#CFAA62 (or 0xCFAA62) is known color: Apache. HEX triplet: CF, AA and 62. RGB value is (207,170,98). Sum of RGB (Red+Green+Blue) = 207+170+98=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA62 is #30559D. Grayscale: #ADADAD. Windows color (decimal): -3167646 or 6466255. OLE color: 6466255.

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

Color convert

RGB 207 170 98 -
CMYK 0 0.18 0.53 0.19
HSL 39.63º 0.53% 0.6% -
HSV(B) 39.63º 0.53% 0.81% -
XYZ 42.31 42.9 17.61 -
YUV 172.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 207 170 98 0 0.18 0.53 0.19 39.63 0.53 0.6
Hex CF AA 62 0 12 35 13 28 35 3C
Octal 317 252 142 0 22 65 23 50 65 74
Binary 11001111 10101010 1100010 0 10010 110101 10011 101000 110101 111100

Color Harmonies of #CFAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA62

Black with #CFAA62

Text Example


Text Example

White with #CFAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA62; }

 p { color: rgb(207,170,98); }

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

background-color css

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

 a { background-color: rgb(207,170,98); }

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

border-color css

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

 span { border-color: rgb(207,170,98); }

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