Html Css Color HEX #CC4C44 Sunset

📋 copy color: '#CC4C44'

red 204 ◦ green 76 ◦ blue 68

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

Shades of Sunset #CC4C44

Tints of Sunset #CC4C44

RGB

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

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

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

R = 58.62%
G = 21.84%
B = 19.54%

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

#CC4C44 (or 0xCC4C44) is known color: Sunset. HEX triplet: CC, 4C and 44. RGB value is (204,76,68). Sum of RGB (Red+Green+Blue) = 204+76+68=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C44 is #33B3BB. Grayscale: #717171. Windows color (decimal): -3388348 or 4476108. OLE color: 4476108.

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

Color convert

RGB 204 76 68 -
CMYK 0 0.63 0.67 0.2
HSL 3.53º 0.57% 0.53% -
HSV(B) 3.53º 0.67% 0.8% -
XYZ 28.53 18.42 7.52 -
YUV 113.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 204 76 68 0 0.63 0.67 0.2 3.53 0.57 0.53
Hex CC 4C 44 0 3F 43 14 4 39 35
Octal 314 114 104 0 77 103 24 4 71 65
Binary 11001100 1001100 1000100 0 111111 1000011 10100 100 111001 110101

Color Harmonies of #CC4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C44

Black with #CC4C44

Text Example


Text Example

White with #CC4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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