Html Css Color HEX #CC4A42 Sunset

📋 copy color: '#CC4A42'

red 204 ◦ green 74 ◦ blue 66

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

Shades of Sunset #CC4A42

Tints of Sunset #CC4A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

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

R = 59.3%
G = 21.51%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC4A42 (or 0xCC4A42) is known color: Sunset. HEX triplet: CC, 4A and 42. RGB value is (204,74,66). Sum of RGB (Red+Green+Blue) = 204+74+66=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A42 is #33B5BD. Grayscale: #707070. Windows color (decimal): -3388862 or 4344524. OLE color: 4344524.

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

Color convert

RGB 204 74 66 -
CMYK 0 0.64 0.68 0.2
HSL 3.48º 0.58% 0.53% -
HSV(B) 3.48º 0.68% 0.8% -
XYZ 28.33 18.13 7.16 -
YUV 111.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 204 74 66 0 0.64 0.68 0.2 3.48 0.58 0.53
Hex CC 4A 42 0 40 44 14 3 3A 35
Octal 314 112 102 0 100 104 24 3 72 65
Binary 11001100 1001010 1000010 0 1000000 1000100 10100 11 111010 110101

Color Harmonies of #CC4A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A42

Black with #CC4A42

Text Example


Text Example

White with #CC4A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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