Html Css Color HEX #CC4B44 Sunset

📋 copy color: '#CC4B44'

red 204 ◦ green 75 ◦ blue 68

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

Shades of Sunset #CC4B44

Tints of Sunset #CC4B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

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

R = 58.79%
G = 21.61%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC4B44 (or 0xCC4B44) is known color: Sunset. HEX triplet: CC, 4B and 44. RGB value is (204,75,68). Sum of RGB (Red+Green+Blue) = 204+75+68=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B44 is #33B4BB. Grayscale: #707070. Windows color (decimal): -3388604 or 4475852. OLE color: 4475852.

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

Color convert

RGB 204 75 68 -
CMYK 0 0.63 0.67 0.2
HSL 3.09º 0.57% 0.53% -
HSV(B) 3.09º 0.67% 0.8% -
XYZ 28.46 18.29 7.5 -
YUV 112.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 204 75 68 0 0.63 0.67 0.2 3.09 0.57 0.53
Hex CC 4B 44 0 3F 43 14 3 39 35
Octal 314 113 104 0 77 103 24 3 71 65
Binary 11001100 1001011 1000100 0 111111 1000011 10100 11 111001 110101

Color Harmonies of #CC4B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B44

Black with #CC4B44

Text Example


Text Example

White with #CC4B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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