Html Css Color HEX #C34352 Mandy

📋 copy color: '#C34352'

red 195 ◦ green 67 ◦ blue 82

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

Shades of Mandy #C34352

Tints of Mandy #C34352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

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

R = 56.69%
G = 19.48%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34352 (or 0xC34352) is known color: Mandy. HEX triplet: C3, 43 and 52. RGB value is (195,67,82). Sum of RGB (Red+Green+Blue) = 195+67+82=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C34352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34352 is #3CBCAD. Grayscale: #6B6B6B. Windows color (decimal): -3980462 or 5391299. OLE color: 5391299.

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

Color convert

RGB 195 67 82 -
CMYK 0 0.66 0.58 0.24
HSL 352.97º 0.52% 0.51% -
HSV(B) 352.97º 0.66% 0.76% -
XYZ 26.04 16.23 9.74 -
YUV 106.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 195 67 82 0 0.66 0.58 0.24 352.97 0.52 0.51
Hex C3 43 52 0 42 3A 18 161 34 33
Octal 303 103 122 0 102 72 30 541 64 63
Binary 11000011 1000011 1010010 0 1000010 111010 11000 101100001 110100 110011

Color Harmonies of #C34352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34352

Black with #C34352

Text Example


Text Example

White with #C34352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34352; }

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

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

background-color css

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

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

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

border-color css

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

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

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