Html Css Color HEX #CC4C4B Sunset

📋 copy color: '#CC4C4B'

red 204 ◦ green 76 ◦ blue 75

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

Shades of Sunset #CC4C4B

Tints of Sunset #CC4C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 57.46%
G = 21.41%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC4C4B (or 0xCC4C4B) is known color: Sunset. HEX triplet: CC, 4C and 4B. RGB value is (204,76,75). Sum of RGB (Red+Green+Blue) = 204+76+75=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C4B is #33B3B4. Grayscale: #727272. Windows color (decimal): -3388341 or 4934860. OLE color: 4934860.

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

Color convert

RGB 204 76 75 -
CMYK 0 0.63 0.63 0.2
HSL 0.47º 0.56% 0.55% -
HSV(B) 0.47º 0.63% 0.8% -
XYZ 28.76 18.51 8.71 -
YUV 114.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 204 76 75 0 0.63 0.63 0.2 0.47 0.56 0.55
Hex CC 4C 4B 0 3F 3F 14 0 38 37
Octal 314 114 113 0 77 77 24 0 70 67
Binary 11001100 1001100 1001011 0 111111 111111 10100 0 111000 110111

Color Harmonies of #CC4C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C4B

Black with #CC4C4B

Text Example


Text Example

White with #CC4C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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