Html Css Color HEX #C34356 Mandy

📋 copy color: '#C34356'

red 195 ◦ green 67 ◦ blue 86

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

Shades of Mandy #C34356

Tints of Mandy #C34356

RGB

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

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

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

R = 56.03%
G = 19.25%
B = 24.71%

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

#C34356 (or 0xC34356) is known color: Mandy. HEX triplet: C3, 43 and 56. RGB value is (195,67,86). Sum of RGB (Red+Green+Blue) = 195+67+86=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34356 is #3CBCA9. Grayscale: #6B6B6B. Windows color (decimal): -3980458 or 5653443. OLE color: 5653443.

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

Color convert

RGB 195 67 86 -
CMYK 0 0.66 0.56 0.24
HSL 351.09º 0.52% 0.51% -
HSV(B) 351.09º 0.66% 0.76% -
XYZ 26.19 16.29 10.57 -
YUV 107.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 195 67 86 0 0.66 0.56 0.24 351.09 0.52 0.51
Hex C3 43 56 0 42 38 18 15F 34 33
Octal 303 103 126 0 102 70 30 537 64 63
Binary 11000011 1000011 1010110 0 1000010 111000 11000 101011111 110100 110011

Color Harmonies of #C34356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34356

Black with #C34356

Text Example


Text Example

White with #C34356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34356; }

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

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

background-color css

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

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

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

border-color css

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

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

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