Html Css Color HEX #C04B56 Mandy

📋 copy color: '#C04B56'

red 192 ◦ green 75 ◦ blue 86

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

Shades of Mandy #C04B56

Tints of Mandy #C04B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 54.39%
G = 21.25%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C04B56 (or 0xC04B56) is known color: Mandy. HEX triplet: C0, 4B and 56. RGB value is (192,75,86). Sum of RGB (Red+Green+Blue) = 192+75+86=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B56 is #3FB4A9. Grayscale: #6F6F6F. Windows color (decimal): -4175018 or 5655488. OLE color: 5655488.

HSL color Cylindrical-coordinate representation of color #C04B56: hue angle of 354.36º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B56 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 86 -
CMYK 0 0.61 0.55 0.25
HSL 354.36º 0.48% 0.52% -
HSV(B) 354.36º 0.61% 0.75% -
XYZ 25.93 16.91 10.7 -
YUV 111.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 192 75 86 0 0.61 0.55 0.25 354.36 0.48 0.52
Hex C0 4B 56 0 3D 37 19 162 30 34
Octal 300 113 126 0 75 67 31 542 60 64
Binary 11000000 1001011 1010110 0 111101 110111 11001 101100010 110000 110100

Color Harmonies of #C04B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B56

Black with #C04B56

Text Example


Text Example

White with #C04B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B56; }

 p { color: rgb(192,75,86); }

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

background-color css

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

 a { background-color: rgb(192,75,86); }

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

border-color css

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

 span { border-color: rgb(192,75,86); }

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