Html Css Color HEX #CC4C42 Sunset

📋 copy color: '#CC4C42'

red 204 ◦ green 76 ◦ blue 66

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

Shades of Sunset #CC4C42

Tints of Sunset #CC4C42

RGB

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

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

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

R = 58.96%
G = 21.97%
B = 19.08%

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

#CC4C42 (or 0xCC4C42) is known color: Sunset. HEX triplet: CC, 4C and 42. RGB value is (204,76,66). Sum of RGB (Red+Green+Blue) = 204+76+66=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C42 is #33B3BD. Grayscale: #717171. Windows color (decimal): -3388350 or 4345036. OLE color: 4345036.

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

Color convert

RGB 204 76 66 -
CMYK 0 0.63 0.68 0.2
HSL 4.35º 0.58% 0.53% -
HSV(B) 4.35º 0.68% 0.8% -
XYZ 28.47 18.4 7.21 -
YUV 113.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 204 76 66 0 0.63 0.68 0.2 4.35 0.58 0.53
Hex CC 4C 42 0 3F 44 14 4 3A 35
Octal 314 114 102 0 77 104 24 4 72 65
Binary 11001100 1001100 1000010 0 111111 1000100 10100 100 111010 110101

Color Harmonies of #CC4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C42

Black with #CC4C42

Text Example


Text Example

White with #CC4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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