Html Css Color HEX #CC4B45 Sunset

📋 copy color: '#CC4B45'

red 204 ◦ green 75 ◦ blue 69

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

Shades of Sunset #CC4B45

Tints of Sunset #CC4B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 58.62%
G = 21.55%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC4B45 (or 0xCC4B45) is known color: Sunset. HEX triplet: CC, 4B and 45. RGB value is (204,75,69). Sum of RGB (Red+Green+Blue) = 204+75+69=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B45 is #33B4BA. Grayscale: #717171. Windows color (decimal): -3388603 or 4541388. OLE color: 4541388.

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

Color convert

RGB 204 75 69 -
CMYK 0 0.63 0.66 0.2
HSL 2.67º 0.57% 0.54% -
HSV(B) 2.67º 0.66% 0.8% -
XYZ 28.49 18.3 7.66 -
YUV 112.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 204 75 69 0 0.63 0.66 0.2 2.67 0.57 0.54
Hex CC 4B 45 0 3F 42 14 3 39 36
Octal 314 113 105 0 77 102 24 3 71 66
Binary 11001100 1001011 1000101 0 111111 1000010 10100 11 111001 110110

Color Harmonies of #CC4B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B45

Black with #CC4B45

Text Example


Text Example

White with #CC4B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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