Html Css Color HEX #C04752 Mandy

📋 copy color: '#C04752'

red 192 ◦ green 71 ◦ blue 82

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

Shades of Mandy #C04752

Tints of Mandy #C04752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 55.65%
G = 20.58%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C04752 (or 0xC04752) is known color: Mandy. HEX triplet: C0, 47 and 52. RGB value is (192,71,82). Sum of RGB (Red+Green+Blue) = 192+71+82=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C04752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04752 is #3FB8AD. Grayscale: #6C6C6C. Windows color (decimal): -4176046 or 5392320. OLE color: 5392320.

HSL color Cylindrical-coordinate representation of color #C04752: hue angle of 354.55º 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 #C04752 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 82 -
CMYK 0 0.63 0.57 0.25
HSL 354.55º 0.49% 0.52% -
HSV(B) 354.55º 0.63% 0.75% -
XYZ 25.51 16.32 9.79 -
YUV 108.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 192 71 82 0 0.63 0.57 0.25 354.55 0.49 0.52
Hex C0 47 52 0 3F 39 19 163 31 34
Octal 300 107 122 0 77 71 31 543 61 64
Binary 11000000 1000111 1010010 0 111111 111001 11001 101100011 110001 110100

Color Harmonies of #C04752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04752

Black with #C04752

Text Example


Text Example

White with #C04752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04752; }

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

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

background-color css

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

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

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

border-color css

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

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

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