Html Css Color HEX #CC4C46 Sunset

📋 copy color: '#CC4C46'

red 204 ◦ green 76 ◦ blue 70

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

Shades of Sunset #CC4C46

Tints of Sunset #CC4C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 58.29%
G = 21.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC4C46 (or 0xCC4C46) is known color: Sunset. HEX triplet: CC, 4C and 46. RGB value is (204,76,70). Sum of RGB (Red+Green+Blue) = 204+76+70=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C46 is #33B3B9. Grayscale: #717171. Windows color (decimal): -3388346 or 4607180. OLE color: 4607180.

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

Color convert

RGB 204 76 70 -
CMYK 0 0.63 0.66 0.2
HSL 2.69º 0.57% 0.54% -
HSV(B) 2.69º 0.66% 0.8% -
XYZ 28.59 18.45 7.85 -
YUV 113.59 103.41 192.49 -
System Red Green Blue C M Y K H S L
Decimal 204 76 70 0 0.63 0.66 0.2 2.69 0.57 0.54
Hex CC 4C 46 0 3F 42 14 3 39 36
Octal 314 114 106 0 77 102 24 3 71 66
Binary 11001100 1001100 1000110 0 111111 1000010 10100 11 111001 110110

Color Harmonies of #CC4C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C46

Black with #CC4C46

Text Example


Text Example

White with #CC4C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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