Html Css Color HEX #CC4E4A Sunset

📋 copy color: '#CC4E4A'

red 204 ◦ green 78 ◦ blue 74

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

Shades of Sunset #CC4E4A

Tints of Sunset #CC4E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 57.3%
G = 21.91%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC4E4A (or 0xCC4E4A) is known color: Sunset. HEX triplet: CC, 4E and 4A. RGB value is (204,78,74). Sum of RGB (Red+Green+Blue) = 204+78+74=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E4A is #33B1B5. Grayscale: #737373. Windows color (decimal): -3387830 or 4869836. OLE color: 4869836.

HSL color Cylindrical-coordinate representation of color #CC4E4A: hue angle of 1.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4E4A is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 78 74 -
CMYK 0 0.62 0.64 0.2
HSL 1.85º 0.56% 0.55% -
HSV(B) 1.85º 0.64% 0.8% -
XYZ 28.86 18.78 8.58 -
YUV 115.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 204 78 74 0 0.62 0.64 0.2 1.85 0.56 0.55
Hex CC 4E 4A 0 3E 40 14 2 38 37
Octal 314 116 112 0 76 100 24 2 70 67
Binary 11001100 1001110 1001010 0 111110 1000000 10100 10 111000 110111

Color Harmonies of #CC4E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E4A

Black with #CC4E4A

Text Example


Text Example

White with #CC4E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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