Html Css Color HEX #C04C53 Mandy

📋 copy color: '#C04C53'

red 192 ◦ green 76 ◦ blue 83

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

Shades of Mandy #C04C53

Tints of Mandy #C04C53

RGB

 RED value IS 192 (75.39% from 255) = 54.7%

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

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

R = 54.7%
G = 21.65%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04C53 (or 0xC04C53) is known color: Mandy. HEX triplet: C0, 4C and 53. RGB value is (192,76,83). Sum of RGB (Red+Green+Blue) = 192+76+83=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C53 is #3FB3AC. Grayscale: #6F6F6F. Windows color (decimal): -4174765 or 5459136. OLE color: 5459136.

HSL color Cylindrical-coordinate representation of color #C04C53: hue angle of 356.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C53 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 83 -
CMYK 0 0.60 0.57 0.25
HSL 356.38º 0.48% 0.53% -
HSV(B) 356.38º 0.6% 0.75% -
XYZ 25.88 17 10.1 -
YUV 111.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 192 76 83 0 0.60 0.57 0.25 356.38 0.48 0.53
Hex C0 4C 53 0 3C 39 19 164 30 35
Octal 300 114 123 0 74 71 31 544 60 65
Binary 11000000 1001100 1010011 0 111100 111001 11001 101100100 110000 110101

Color Harmonies of #C04C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C53

Black with #C04C53

Text Example


Text Example

White with #C04C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C53; }

 p { color: rgb(192,76,83); }

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

background-color css

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

 a { background-color: rgb(192,76,83); }

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

border-color css

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

 span { border-color: rgb(192,76,83); }

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