Html Css Color HEX #CC9F5D Apache

📋 copy color: '#CC9F5D'

red 204 ◦ green 159 ◦ blue 93

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

Shades of Apache #CC9F5D

Tints of Apache #CC9F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.39%

R = 44.74%
G = 34.87%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC9F5D (or 0xCC9F5D) is known color: Apache. HEX triplet: CC, 9F and 5D. RGB value is (204,159,93). Sum of RGB (Red+Green+Blue) = 204+159+93=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F5D is #3360A2. Grayscale: #A5A5A5. Windows color (decimal): -3367075 or 6135756. OLE color: 6135756.

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

Color convert

RGB 204 159 93 -
CMYK 0 0.22 0.54 0.2
HSL 35.68º 0.52% 0.58% -
HSV(B) 35.68º 0.54% 0.8% -
XYZ 39.28 38.42 15.7 -
YUV 164.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 204 159 93 0 0.22 0.54 0.2 35.68 0.52 0.58
Hex CC 9F 5D 0 16 36 14 24 34 3A
Octal 314 237 135 0 26 66 24 44 64 72
Binary 11001100 10011111 1011101 0 10110 110110 10100 100100 110100 111010

Color Harmonies of #CC9F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F5D

Black with #CC9F5D

Text Example


Text Example

White with #CC9F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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