Html Css Color HEX #CC9E52 Apache

📋 copy color: '#CC9E52'

red 204 ◦ green 158 ◦ blue 82

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

Shades of Apache #CC9E52

Tints of Apache #CC9E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.47%

R = 45.95%
G = 35.59%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC9E52 (or 0xCC9E52) is known color: Apache. HEX triplet: CC, 9E and 52. RGB value is (204,158,82). Sum of RGB (Red+Green+Blue) = 204+158+82=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E52 is #3361AD. Grayscale: #A3A3A3. Windows color (decimal): -3367342 or 5414604. OLE color: 5414604.

HSL color Cylindrical-coordinate representation of color #CC9E52: hue angle of 37.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC9E52 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 82 -
CMYK 0 0.23 0.60 0.2
HSL 37.38º 0.54% 0.56% -
HSV(B) 37.38º 0.6% 0.8% -
XYZ 38.65 37.9 13.26 -
YUV 163.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 204 158 82 0 0.23 0.60 0.2 37.38 0.54 0.56
Hex CC 9E 52 0 17 3C 14 25 36 38
Octal 314 236 122 0 27 74 24 45 66 70
Binary 11001100 10011110 1010010 0 10111 111100 10100 100101 110110 111000

Color Harmonies of #CC9E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E52

Black with #CC9E52

Text Example


Text Example

White with #CC9E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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