Html Css Color HEX #CC4250 Mandy

📋 copy color: '#CC4250'

red 204 ◦ green 66 ◦ blue 80

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

Shades of Mandy #CC4250

Tints of Mandy #CC4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 58.29%
G = 18.86%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC4250 (or 0xCC4250) is known color: Mandy. HEX triplet: CC, 42 and 50. RGB value is (204,66,80). Sum of RGB (Red+Green+Blue) = 204+66+80=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4250 is #33BDAF. Grayscale: #6C6C6C. Windows color (decimal): -3390896 or 5259980. OLE color: 5259980.

HSL color Cylindrical-coordinate representation of color #CC4250: hue angle of 353.91º 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 #CC4250 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 80 -
CMYK 0 0.68 0.61 0.2
HSL 353.91º 0.58% 0.53% -
HSV(B) 353.91º 0.68% 0.8% -
XYZ 28.3 17.31 9.44 -
YUV 108.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 204 66 80 0 0.68 0.61 0.2 353.91 0.58 0.53
Hex CC 42 50 0 44 3D 14 162 3A 35
Octal 314 102 120 0 104 75 24 542 72 65
Binary 11001100 1000010 1010000 0 1000100 111101 10100 101100010 111010 110101

Color Harmonies of #CC4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4250

Black with #CC4250

Text Example


Text Example

White with #CC4250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4250; }

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

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

background-color css

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

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

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

border-color css

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

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

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