Html Css Color HEX #C04852 Mandy

📋 copy color: '#C04852'

red 192 ◦ green 72 ◦ blue 82

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

Shades of Mandy #C04852

Tints of Mandy #C04852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

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

R = 55.49%
G = 20.81%
B = 23.7%

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

#C04852 (or 0xC04852) is known color: Mandy. HEX triplet: C0, 48 and 52. RGB value is (192,72,82). Sum of RGB (Red+Green+Blue) = 192+72+82=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04852 is #3FB7AD. Grayscale: #6D6D6D. Windows color (decimal): -4175790 or 5392576. OLE color: 5392576.

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

Color convert

RGB 192 72 82 -
CMYK 0 0.63 0.57 0.25
HSL 355º 0.49% 0.52% -
HSV(B) 355º 0.63% 0.75% -
XYZ 25.58 16.45 9.81 -
YUV 109.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 192 72 82 0 0.63 0.57 0.25 355 0.49 0.52
Hex C0 48 52 0 3F 39 19 163 31 34
Octal 300 110 122 0 77 71 31 543 61 64
Binary 11000000 1001000 1010010 0 111111 111001 11001 101100011 110001 110100

Color Harmonies of #C04852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04852

Black with #C04852

Text Example


Text Example

White with #C04852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04852; }

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

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

background-color css

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

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

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

border-color css

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

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

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