Html Css Color HEX #C04756 Mandy

📋 copy color: '#C04756'

red 192 ◦ green 71 ◦ blue 86

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

Shades of Mandy #C04756

Tints of Mandy #C04756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

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

R = 55.01%
G = 20.34%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C04756 (or 0xC04756) is known color: Mandy. HEX triplet: C0, 47 and 56. RGB value is (192,71,86). Sum of RGB (Red+Green+Blue) = 192+71+86=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C04756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04756 is #3FB8A9. Grayscale: #6C6C6C. Windows color (decimal): -4176042 or 5654464. OLE color: 5654464.

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

Color convert

RGB 192 71 86 -
CMYK 0 0.63 0.55 0.25
HSL 352.56º 0.49% 0.52% -
HSV(B) 352.56º 0.63% 0.75% -
XYZ 25.67 16.38 10.61 -
YUV 108.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 192 71 86 0 0.63 0.55 0.25 352.56 0.49 0.52
Hex C0 47 56 0 3F 37 19 161 31 34
Octal 300 107 126 0 77 67 31 541 61 64
Binary 11000000 1000111 1010110 0 111111 110111 11001 101100001 110001 110100

Color Harmonies of #C04756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04756

Black with #C04756

Text Example


Text Example

White with #C04756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04756; }

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

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

background-color css

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

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

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

border-color css

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

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

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