Html Css Color HEX #CC9D5D Apache

📋 copy color: '#CC9D5D'

red 204 ◦ green 157 ◦ blue 93

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

Shades of Apache #CC9D5D

Tints of Apache #CC9D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.58%

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

R = 44.93%
G = 34.58%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC9D5D (or 0xCC9D5D) is known color: Apache. HEX triplet: CC, 9D and 5D. RGB value is (204,157,93). Sum of RGB (Red+Green+Blue) = 204+157+93=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D5D is #3362A2. Grayscale: #A4A4A4. Windows color (decimal): -3367587 or 6135244. OLE color: 6135244.

HSL color Cylindrical-coordinate representation of color #CC9D5D: hue angle of 34.59º 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 #CC9D5D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 157 93 -
CMYK 0 0.23 0.54 0.2
HSL 34.59º 0.52% 0.58% -
HSV(B) 34.59º 0.54% 0.8% -
XYZ 38.93 37.74 15.59 -
YUV 163.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 204 157 93 0 0.23 0.54 0.2 34.59 0.52 0.58
Hex CC 9D 5D 0 17 36 14 23 34 3A
Octal 314 235 135 0 27 66 24 43 64 72
Binary 11001100 10011101 1011101 0 10111 110110 10100 100011 110100 111010

Color Harmonies of #CC9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D5D

Black with #CC9D5D

Text Example


Text Example

White with #CC9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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