Html Css Color HEX #CC3F5E Mandy

📋 copy color: '#CC3F5E'

red 204 ◦ green 63 ◦ blue 94

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

Shades of Mandy #CC3F5E

Tints of Mandy #CC3F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 56.51%
G = 17.45%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC3F5E (or 0xCC3F5E) is known color: Mandy. HEX triplet: CC, 3F and 5E. RGB value is (204,63,94). Sum of RGB (Red+Green+Blue) = 204+63+94=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3F5E is #33C0A1. Grayscale: #6C6C6C. Windows color (decimal): -3391650 or 6176716. OLE color: 6176716.

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

Color convert

RGB 204 63 94 -
CMYK 0 0.69 0.54 0.2
HSL 346.81º 0.58% 0.52% -
HSV(B) 346.81º 0.69% 0.8% -
XYZ 28.7 17.2 12.4 -
YUV 108.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 204 63 94 0 0.69 0.54 0.2 346.81 0.58 0.52
Hex CC 3F 5E 0 45 36 14 15B 3A 34
Octal 314 77 136 0 105 66 24 533 72 64
Binary 11001100 111111 1011110 0 1000101 110110 10100 101011011 111010 110100

Color Harmonies of #CC3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F5E

Black with #CC3F5E

Text Example


Text Example

White with #CC3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F5E; }

 p { color: rgb(204,63,94); }

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

background-color css

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

 a { background-color: rgb(204,63,94); }

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

border-color css

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

 span { border-color: rgb(204,63,94); }

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