Html Css Color HEX #CC5046 Sunset

📋 copy color: '#CC5046'

red 204 ◦ green 80 ◦ blue 70

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

Shades of Sunset #CC5046

Tints of Sunset #CC5046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 57.63%
G = 22.6%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC5046 (or 0xCC5046) is known color: Sunset. HEX triplet: CC, 50 and 46. RGB value is (204,80,70). Sum of RGB (Red+Green+Blue) = 204+80+70=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5046 is #33AFB9. Grayscale: #747474. Windows color (decimal): -3387322 or 4608204. OLE color: 4608204.

HSL color Cylindrical-coordinate representation of color #CC5046: hue angle of 4.48º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC5046 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 70 -
CMYK 0 0.61 0.66 0.2
HSL 4.48º 0.57% 0.54% -
HSV(B) 4.48º 0.66% 0.8% -
XYZ 28.88 19.02 7.94 -
YUV 115.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 204 80 70 0 0.61 0.66 0.2 4.48 0.57 0.54
Hex CC 50 46 0 3D 42 14 4 39 36
Octal 314 120 106 0 75 102 24 4 71 66
Binary 11001100 1010000 1000110 0 111101 1000010 10100 100 111001 110110

Color Harmonies of #CC5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5046

Black with #CC5046

Text Example


Text Example

White with #CC5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5046; }

 p { color: rgb(204,80,70); }

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

background-color css

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

 a { background-color: rgb(204,80,70); }

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

border-color css

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

 span { border-color: rgb(204,80,70); }

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