Html Css Color HEX #CC4542 Sunset

📋 copy color: '#CC4542'

red 204 ◦ green 69 ◦ blue 66

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

Shades of Sunset #CC4542

Tints of Sunset #CC4542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 60.18%
G = 20.35%
B = 19.47%

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

#CC4542 (or 0xCC4542) is known color: Sunset. HEX triplet: CC, 45 and 42. RGB value is (204,69,66). Sum of RGB (Red+Green+Blue) = 204+69+66=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4542 is #33BABD. Grayscale: #6D6D6D. Windows color (decimal): -3390142 or 4343244. OLE color: 4343244.

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

Color convert

RGB 204 69 66 -
CMYK 0 0.66 0.68 0.2
HSL 1.3º 0.58% 0.53% -
HSV(B) 1.3º 0.68% 0.8% -
XYZ 28.01 17.49 7.05 -
YUV 109.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 204 69 66 0 0.66 0.68 0.2 1.3 0.58 0.53
Hex CC 45 42 0 42 44 14 1 3A 35
Octal 314 105 102 0 102 104 24 1 72 65
Binary 11001100 1000101 1000010 0 1000010 1000100 10100 1 111010 110101

Color Harmonies of #CC4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4542

Black with #CC4542

Text Example


Text Example

White with #CC4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4542; }

 p { color: rgb(204,69,66); }

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

background-color css

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

 a { background-color: rgb(204,69,66); }

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

border-color css

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

 span { border-color: rgb(204,69,66); }

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