Html Css Color HEX #C34852 Mandy

📋 copy color: '#C34852'

red 195 ◦ green 72 ◦ blue 82

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

Shades of Mandy #C34852

Tints of Mandy #C34852

RGB

 RED value IS 195 (76.56% from 255) = 55.87%

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

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

R = 55.87%
G = 20.63%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34852 (or 0xC34852) is known color: Mandy. HEX triplet: C3, 48 and 52. RGB value is (195,72,82). Sum of RGB (Red+Green+Blue) = 195+72+82=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C34852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34852 is #3CB7AD. Grayscale: #6D6D6D. Windows color (decimal): -3979182 or 5392579. OLE color: 5392579.

HSL color Cylindrical-coordinate representation of color #C34852: hue angle of 355.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34852 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 82 -
CMYK 0 0.63 0.58 0.24
HSL 355.12º 0.51% 0.52% -
HSV(B) 355.12º 0.63% 0.76% -
XYZ 26.35 16.85 9.85 -
YUV 109.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 195 72 82 0 0.63 0.58 0.24 355.12 0.51 0.52
Hex C3 48 52 0 3F 3A 18 163 33 34
Octal 303 110 122 0 77 72 30 543 63 64
Binary 11000011 1001000 1010010 0 111111 111010 11000 101100011 110011 110100

Color Harmonies of #C34852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34852

Black with #C34852

Text Example


Text Example

White with #C34852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34852; }

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

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

background-color css

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

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

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

border-color css

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

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

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