Html Css Color HEX #C34752 Mandy

📋 copy color: '#C34752'

red 195 ◦ green 71 ◦ blue 82

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

Shades of Mandy #C34752

Tints of Mandy #C34752

RGB

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

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

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

R = 56.03%
G = 20.4%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34752 (or 0xC34752) is known color: Mandy. HEX triplet: C3, 47 and 52. RGB value is (195,71,82). Sum of RGB (Red+Green+Blue) = 195+71+82=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34752 is #3CB8AD. Grayscale: #6D6D6D. Windows color (decimal): -3979438 or 5392323. OLE color: 5392323.

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

Color convert

RGB 195 71 82 -
CMYK 0 0.64 0.58 0.24
HSL 354.68º 0.51% 0.52% -
HSV(B) 354.68º 0.64% 0.76% -
XYZ 26.28 16.72 9.82 -
YUV 109.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 195 71 82 0 0.64 0.58 0.24 354.68 0.51 0.52
Hex C3 47 52 0 40 3A 18 163 33 34
Octal 303 107 122 0 100 72 30 543 63 64
Binary 11000011 1000111 1010010 0 1000000 111010 11000 101100011 110011 110100

Color Harmonies of #C34752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34752

Black with #C34752

Text Example


Text Example

White with #C34752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34752; }

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

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

background-color css

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

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

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

border-color css

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

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

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