Html Css Color HEX #CC9C5B Apache

📋 copy color: '#CC9C5B'

red 204 ◦ green 156 ◦ blue 91

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

Shades of Apache #CC9C5B

Tints of Apache #CC9C5B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.59%

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

R = 45.23%
G = 34.59%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC9C5B (or 0xCC9C5B) is known color: Apache. HEX triplet: CC, 9C and 5B. RGB value is (204,156,91). Sum of RGB (Red+Green+Blue) = 204+156+91=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C5B is #3363A4. Grayscale: #A3A3A3. Windows color (decimal): -3367845 or 6003916. OLE color: 6003916.

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

Color convert

RGB 204 156 91 -
CMYK 0 0.24 0.55 0.2
HSL 34.51º 0.53% 0.58% -
HSV(B) 34.51º 0.55% 0.8% -
XYZ 38.68 37.37 15.07 -
YUV 162.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 204 156 91 0 0.24 0.55 0.2 34.51 0.53 0.58
Hex CC 9C 5B 0 18 37 14 23 35 3A
Octal 314 234 133 0 30 67 24 43 65 72
Binary 11001100 10011100 1011011 0 11000 110111 10100 100011 110101 111010

Color Harmonies of #CC9C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C5B

Black with #CC9C5B

Text Example


Text Example

White with #CC9C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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