Html Css Color HEX #CC4746 Sunset

📋 copy color: '#CC4746'

red 204 ◦ green 71 ◦ blue 70

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

Shades of Sunset #CC4746

Tints of Sunset #CC4746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

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

R = 59.13%
G = 20.58%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC4746 (or 0xCC4746) is known color: Sunset. HEX triplet: CC, 47 and 46. RGB value is (204,71,70). Sum of RGB (Red+Green+Blue) = 204+71+70=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4746 is #33B8B9. Grayscale: #6E6E6E. Windows color (decimal): -3389626 or 4605900. OLE color: 4605900.

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

Color convert

RGB 204 71 70 -
CMYK 0 0.65 0.66 0.2
HSL 0.45º 0.57% 0.54% -
HSV(B) 0.45º 0.66% 0.8% -
XYZ 28.26 17.79 7.74 -
YUV 110.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 204 71 70 0 0.65 0.66 0.2 0.45 0.57 0.54
Hex CC 47 46 0 41 42 14 0 39 36
Octal 314 107 106 0 101 102 24 0 71 66
Binary 11001100 1000111 1000110 0 1000001 1000010 10100 0 111001 110110

Color Harmonies of #CC4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4746

Black with #CC4746

Text Example


Text Example

White with #CC4746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4746; }

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

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

background-color css

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

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

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

border-color css

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

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

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