Html Css Color HEX #CC9F56 Apache

📋 copy color: '#CC9F56'

red 204 ◦ green 159 ◦ blue 86

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

Shades of Apache #CC9F56

Tints of Apache #CC9F56

RGB

 RED value IS 204 (80.08% from 255) = 45.43%

 GREEN value IS 159 (62.5% from 255) = 35.41%

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 45.43%
G = 35.41%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC9F56 (or 0xCC9F56) is known color: Apache. HEX triplet: CC, 9F and 56. RGB value is (204,159,86). Sum of RGB (Red+Green+Blue) = 204+159+86=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F56 is #3360A9. Grayscale: #A4A4A4. Windows color (decimal): -3367082 or 5677004. OLE color: 5677004.

HSL color Cylindrical-coordinate representation of color #CC9F56: hue angle of 37.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC9F56 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 159 86 -
CMYK 0 0.22 0.58 0.2
HSL 37.12º 0.54% 0.57% -
HSV(B) 37.12º 0.58% 0.8% -
XYZ 38.98 38.31 14.14 -
YUV 164.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 204 159 86 0 0.22 0.58 0.2 37.12 0.54 0.57
Hex CC 9F 56 0 16 3A 14 25 36 39
Octal 314 237 126 0 26 72 24 45 66 71
Binary 11001100 10011111 1010110 0 10110 111010 10100 100101 110110 111001

Color Harmonies of #CC9F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F56

Black with #CC9F56

Text Example


Text Example

White with #CC9F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F56; }

 p { color: rgb(204,159,86); }

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

background-color css

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

 a { background-color: rgb(204,159,86); }

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

border-color css

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

 span { border-color: rgb(204,159,86); }

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