Html Css Color HEX #CFAA55 Apache

📋 copy color: '#CFAA55'

red 207 ◦ green 170 ◦ blue 85

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

Shades of Apache #CFAA55

Tints of Apache #CFAA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.4%

R = 44.81%
G = 36.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CFAA55 (or 0xCFAA55) is known color: Apache. HEX triplet: CF, AA and 55. RGB value is (207,170,85). Sum of RGB (Red+Green+Blue) = 207+170+85=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA55 is #3055AA. Grayscale: #ABABAB. Windows color (decimal): -3167659 or 5614287. OLE color: 5614287.

HSL color Cylindrical-coordinate representation of color #CFAA55: hue angle of 41.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFAA55 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 85 -
CMYK 0 0.18 0.59 0.19
HSL 41.8º 0.56% 0.57% -
HSV(B) 41.8º 0.59% 0.81% -
XYZ 41.75 42.67 14.63 -
YUV 171.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 207 170 85 0 0.18 0.59 0.19 41.8 0.56 0.57
Hex CF AA 55 0 12 3B 13 2A 38 39
Octal 317 252 125 0 22 73 23 52 70 71
Binary 11001111 10101010 1010101 0 10010 111011 10011 101010 111000 111001

Color Harmonies of #CFAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA55

Black with #CFAA55

Text Example


Text Example

White with #CFAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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