Html Css Color HEX #CC9E5E Apache

📋 copy color: '#CC9E5E'

red 204 ◦ green 158 ◦ blue 94

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

Shades of Apache #CC9E5E

Tints of Apache #CC9E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 44.74%
G = 34.65%
B = 20.61%

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

#CC9E5E (or 0xCC9E5E) is known color: Apache. HEX triplet: CC, 9E and 5E. RGB value is (204,158,94). Sum of RGB (Red+Green+Blue) = 204+158+94=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E5E is #3361A1. Grayscale: #A4A4A4. Windows color (decimal): -3367330 or 6201036. OLE color: 6201036.

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

Color convert

RGB 204 158 94 -
CMYK 0 0.23 0.54 0.2
HSL 34.91º 0.52% 0.58% -
HSV(B) 34.91º 0.54% 0.8% -
XYZ 39.15 38.1 15.88 -
YUV 164.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 204 158 94 0 0.23 0.54 0.2 34.91 0.52 0.58
Hex CC 9E 5E 0 17 36 14 23 34 3A
Octal 314 236 136 0 27 66 24 43 64 72
Binary 11001100 10011110 1011110 0 10111 110110 10100 100011 110100 111010

Color Harmonies of #CC9E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E5E

Black with #CC9E5E

Text Example


Text Example

White with #CC9E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E5E; }

 p { color: rgb(204,158,94); }

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

background-color css

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

 a { background-color: rgb(204,158,94); }

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

border-color css

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

 span { border-color: rgb(204,158,94); }

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