Html Css Color HEX #CC4848 Sunset

📋 copy color: '#CC4848'

red 204 ◦ green 72 ◦ blue 72

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

Shades of Sunset #CC4848

Tints of Sunset #CC4848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 58.62%
G = 20.69%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC4848 (or 0xCC4848) is known color: Sunset. HEX triplet: CC, 48 and 48. RGB value is (204,72,72). Sum of RGB (Red+Green+Blue) = 204+72+72=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4848 is #33B7B7. Grayscale: #6F6F6F. Windows color (decimal): -3389368 or 4737228. OLE color: 4737228.

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

Color convert

RGB 204 72 72 -
CMYK 0 0.65 0.65 0.2
HSL 0.56% 0.54% -
HSV(B) 0.65% 0.8% -
XYZ 28.39 17.94 8.1 -
YUV 111.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 204 72 72 0 0.65 0.65 0.2 0 0.56 0.54
Hex CC 48 48 0 41 41 14 0 38 36
Octal 314 110 110 0 101 101 24 0 70 66
Binary 11001100 1001000 1001000 0 1000001 1000001 10100 0 111000 110110

Color Harmonies of #CC4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4848

Black with #CC4848

Text Example


Text Example

White with #CC4848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4848; }

 p { color: rgb(204,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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