Html Css Color HEX #C34256 Mandy

📋 copy color: '#C34256'

red 195 ◦ green 66 ◦ blue 86

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

Shades of Mandy #C34256

Tints of Mandy #C34256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 86 (33.98% from 255) = 24.78%

R = 56.2%
G = 19.02%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34256 (or 0xC34256) is known color: Mandy. HEX triplet: C3, 42 and 56. RGB value is (195,66,86). Sum of RGB (Red+Green+Blue) = 195+66+86=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C34256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34256 is #3CBDA9. Grayscale: #6A6A6A. Windows color (decimal): -3980714 or 5653187. OLE color: 5653187.

HSL color Cylindrical-coordinate representation of color #C34256: hue angle of 350.7º 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 #C34256 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 86 -
CMYK 0 0.66 0.56 0.24
HSL 350.7º 0.52% 0.51% -
HSV(B) 350.7º 0.66% 0.76% -
XYZ 26.13 16.17 10.55 -
YUV 106.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 195 66 86 0 0.66 0.56 0.24 350.7 0.52 0.51
Hex C3 42 56 0 42 38 18 15F 34 33
Octal 303 102 126 0 102 70 30 537 64 63
Binary 11000011 1000010 1010110 0 1000010 111000 11000 101011111 110100 110011

Color Harmonies of #C34256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34256

Black with #C34256

Text Example


Text Example

White with #C34256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34256; }

 p { color: rgb(195,66,86); }

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

background-color css

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

 a { background-color: rgb(195,66,86); }

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

border-color css

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

 span { border-color: rgb(195,66,86); }

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