Html Css Color HEX #CC9F5F Apache

📋 copy color: '#CC9F5F'

red 204 ◦ green 159 ◦ blue 95

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

Shades of Apache #CC9F5F

Tints of Apache #CC9F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.74%

R = 44.54%
G = 34.72%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC9F5F (or 0xCC9F5F) is known color: Apache. HEX triplet: CC, 9F and 5F. RGB value is (204,159,95). Sum of RGB (Red+Green+Blue) = 204+159+95=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F5F is #3360A0. Grayscale: #A5A5A5. Windows color (decimal): -3367073 or 6266828. OLE color: 6266828.

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

Color convert

RGB 204 159 95 -
CMYK 0 0.22 0.53 0.2
HSL 35.23º 0.52% 0.59% -
HSV(B) 35.23º 0.53% 0.8% -
XYZ 39.37 38.46 16.18 -
YUV 165.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 204 159 95 0 0.22 0.53 0.2 35.23 0.52 0.59
Hex CC 9F 5F 0 16 35 14 23 34 3B
Octal 314 237 137 0 26 65 24 43 64 73
Binary 11001100 10011111 1011111 0 10110 110101 10100 100011 110100 111011

Color Harmonies of #CC9F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F5F

Black with #CC9F5F

Text Example


Text Example

White with #CC9F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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