Html Css Color HEX #CC4B41 Sunset

📋 copy color: '#CC4B41'

red 204 ◦ green 75 ◦ blue 65

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

Shades of Sunset #CC4B41

Tints of Sunset #CC4B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

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

R = 59.3%
G = 21.8%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC4B41 (or 0xCC4B41) is known color: Sunset. HEX triplet: CC, 4B and 41. RGB value is (204,75,65). Sum of RGB (Red+Green+Blue) = 204+75+65=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B41 is #33B4BE. Grayscale: #707070. Windows color (decimal): -3388607 or 4279244. OLE color: 4279244.

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

Color convert

RGB 204 75 65 -
CMYK 0 0.63 0.68 0.2
HSL 4.32º 0.58% 0.53% -
HSV(B) 4.32º 0.68% 0.8% -
XYZ 28.37 18.25 7.03 -
YUV 112.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 204 75 65 0 0.63 0.68 0.2 4.32 0.58 0.53
Hex CC 4B 41 0 3F 44 14 4 3A 35
Octal 314 113 101 0 77 104 24 4 72 65
Binary 11001100 1001011 1000001 0 111111 1000100 10100 100 111010 110101

Color Harmonies of #CC4B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B41

Black with #CC4B41

Text Example


Text Example

White with #CC4B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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