Html Css Color HEX #CC9D5B Apache

📋 copy color: '#CC9D5B'

red 204 ◦ green 157 ◦ blue 91

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

Shades of Apache #CC9D5B

Tints of Apache #CC9D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.13%

R = 45.13%
G = 34.73%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC9D5B (or 0xCC9D5B) is known color: Apache. HEX triplet: CC, 9D and 5B. RGB value is (204,157,91). Sum of RGB (Red+Green+Blue) = 204+157+91=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D5B is #3362A4. Grayscale: #A3A3A3. Windows color (decimal): -3367589 or 6004172. OLE color: 6004172.

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

Color convert

RGB 204 157 91 -
CMYK 0 0.23 0.55 0.2
HSL 35.04º 0.53% 0.58% -
HSV(B) 35.04º 0.55% 0.8% -
XYZ 38.85 37.71 15.13 -
YUV 163.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 204 157 91 0 0.23 0.55 0.2 35.04 0.53 0.58
Hex CC 9D 5B 0 17 37 14 23 35 3A
Octal 314 235 133 0 27 67 24 43 65 72
Binary 11001100 10011101 1011011 0 10111 110111 10100 100011 110101 111010

Color Harmonies of #CC9D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D5B

Black with #CC9D5B

Text Example


Text Example

White with #CC9D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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