Html Css Color HEX #CC4A44 Sunset

📋 copy color: '#CC4A44'

red 204 ◦ green 74 ◦ blue 68

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

Shades of Sunset #CC4A44

Tints of Sunset #CC4A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 58.96%
G = 21.39%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC4A44 (or 0xCC4A44) is known color: Sunset. HEX triplet: CC, 4A and 44. RGB value is (204,74,68). Sum of RGB (Red+Green+Blue) = 204+74+68=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A44 is #33B5BB. Grayscale: #707070. Windows color (decimal): -3388860 or 4475596. OLE color: 4475596.

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

Color convert

RGB 204 74 68 -
CMYK 0 0.64 0.67 0.2
HSL 2.65º 0.57% 0.53% -
HSV(B) 2.65º 0.67% 0.8% -
XYZ 28.39 18.15 7.48 -
YUV 112.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 204 74 68 0 0.64 0.67 0.2 2.65 0.57 0.53
Hex CC 4A 44 0 40 43 14 3 39 35
Octal 314 112 104 0 100 103 24 3 71 65
Binary 11001100 1001010 1000100 0 1000000 1000011 10100 11 111001 110101

Color Harmonies of #CC4A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A44

Black with #CC4A44

Text Example


Text Example

White with #CC4A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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