Html Css Color HEX #CC4540 Sunset

📋 copy color: '#CC4540'

red 204 ◦ green 69 ◦ blue 64

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

Shades of Sunset #CC4540

Tints of Sunset #CC4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 60.53%
G = 20.47%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC4540 (or 0xCC4540) is known color: Sunset. HEX triplet: CC, 45 and 40. RGB value is (204,69,64). Sum of RGB (Red+Green+Blue) = 204+69+64=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4540 is #33BABF. Grayscale: #6C6C6C. Windows color (decimal): -3390144 or 4212172. OLE color: 4212172.

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

Color convert

RGB 204 69 64 -
CMYK 0 0.66 0.69 0.2
HSL 2.14º 0.58% 0.53% -
HSV(B) 2.14º 0.69% 0.8% -
XYZ 27.96 17.46 6.75 -
YUV 108.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 204 69 64 0 0.66 0.69 0.2 2.14 0.58 0.53
Hex CC 45 40 0 42 45 14 2 3A 35
Octal 314 105 100 0 102 105 24 2 72 65
Binary 11001100 1000101 1000000 0 1000010 1000101 10100 10 111010 110101

Color Harmonies of #CC4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4540

Black with #CC4540

Text Example


Text Example

White with #CC4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4540; }

 p { color: rgb(204,69,64); }

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

background-color css

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

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

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

border-color css

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

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

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