Html Css Color HEX #CC4641 Sunset

📋 copy color: '#CC4641'

red 204 ◦ green 70 ◦ blue 65

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

Shades of Sunset #CC4641

Tints of Sunset #CC4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 60.18%
G = 20.65%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC4641 (or 0xCC4641) is known color: Sunset. HEX triplet: CC, 46 and 41. RGB value is (204,70,65). Sum of RGB (Red+Green+Blue) = 204+70+65=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4641 is #33B9BE. Grayscale: #6D6D6D. Windows color (decimal): -3389887 or 4277964. OLE color: 4277964.

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

Color convert

RGB 204 70 65 -
CMYK 0 0.66 0.68 0.2
HSL 2.16º 0.58% 0.53% -
HSV(B) 2.16º 0.68% 0.8% -
XYZ 28.05 17.6 6.92 -
YUV 109.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 204 70 65 0 0.66 0.68 0.2 2.16 0.58 0.53
Hex CC 46 41 0 42 44 14 2 3A 35
Octal 314 106 101 0 102 104 24 2 72 65
Binary 11001100 1000110 1000001 0 1000010 1000100 10100 10 111010 110101

Color Harmonies of #CC4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4641

Black with #CC4641

Text Example


Text Example

White with #CC4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4641; }

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

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

background-color css

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

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

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

border-color css

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

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

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