Html Css Color HEX #CC4253 Mandy

📋 copy color: '#CC4253'

red 204 ◦ green 66 ◦ blue 83

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

Shades of Mandy #CC4253

Tints of Mandy #CC4253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 57.79%
G = 18.7%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC4253 (or 0xCC4253) is known color: Mandy. HEX triplet: CC, 42 and 53. RGB value is (204,66,83). Sum of RGB (Red+Green+Blue) = 204+66+83=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4253 is #33BDAC. Grayscale: #6D6D6D. Windows color (decimal): -3390893 or 5456588. OLE color: 5456588.

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

Color convert

RGB 204 66 83 -
CMYK 0 0.68 0.59 0.2
HSL 352.61º 0.58% 0.53% -
HSV(B) 352.61º 0.68% 0.8% -
XYZ 28.41 17.36 10.04 -
YUV 109.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 204 66 83 0 0.68 0.59 0.2 352.61 0.58 0.53
Hex CC 42 53 0 44 3B 14 161 3A 35
Octal 314 102 123 0 104 73 24 541 72 65
Binary 11001100 1000010 1010011 0 1000100 111011 10100 101100001 111010 110101

Color Harmonies of #CC4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4253

Black with #CC4253

Text Example


Text Example

White with #CC4253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4253; }

 p { color: rgb(204,66,83); }

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

background-color css

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

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

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

border-color css

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

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

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