Html Css Color HEX #C34656 Mandy

📋 copy color: '#C34656'

red 195 ◦ green 70 ◦ blue 86

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

Shades of Mandy #C34656

Tints of Mandy #C34656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

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

R = 55.56%
G = 19.94%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34656 (or 0xC34656) is known color: Mandy. HEX triplet: C3, 46 and 56. RGB value is (195,70,86). Sum of RGB (Red+Green+Blue) = 195+70+86=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C34656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34656 is #3CB9A9. Grayscale: #6D6D6D. Windows color (decimal): -3979690 or 5654211. OLE color: 5654211.

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

Color convert

RGB 195 70 86 -
CMYK 0 0.64 0.56 0.24
HSL 352.32º 0.51% 0.52% -
HSV(B) 352.32º 0.64% 0.76% -
XYZ 26.38 16.65 10.63 -
YUV 109.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 195 70 86 0 0.64 0.56 0.24 352.32 0.51 0.52
Hex C3 46 56 0 40 38 18 160 33 34
Octal 303 106 126 0 100 70 30 540 63 64
Binary 11000011 1000110 1010110 0 1000000 111000 11000 101100000 110011 110100

Color Harmonies of #C34656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34656

Black with #C34656

Text Example


Text Example

White with #C34656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34656; }

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

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

background-color css

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

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

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

border-color css

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

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

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