Html Css Color HEX #C34255 Mandy

📋 copy color: '#C34255'

red 195 ◦ green 66 ◦ blue 85

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

Shades of Mandy #C34255

Tints of Mandy #C34255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 56.36%
G = 19.08%
B = 24.57%

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

#C34255 (or 0xC34255) is known color: Mandy. HEX triplet: C3, 42 and 55. RGB value is (195,66,85). Sum of RGB (Red+Green+Blue) = 195+66+85=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C34255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34255 is #3CBDAA. Grayscale: #6A6A6A. Windows color (decimal): -3980715 or 5587651. OLE color: 5587651.

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

Color convert

RGB 195 66 85 -
CMYK 0 0.66 0.56 0.24
HSL 351.16º 0.52% 0.51% -
HSV(B) 351.16º 0.66% 0.76% -
XYZ 26.09 16.15 10.34 -
YUV 106.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 195 66 85 0 0.66 0.56 0.24 351.16 0.52 0.51
Hex C3 42 55 0 42 38 18 15F 34 33
Octal 303 102 125 0 102 70 30 537 64 63
Binary 11000011 1000010 1010101 0 1000010 111000 11000 101011111 110100 110011

Color Harmonies of #C34255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34255

Black with #C34255

Text Example


Text Example

White with #C34255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34255; }

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

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

background-color css

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

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

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

border-color css

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

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

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