Html Css Color HEX #C34455 Mandy

📋 copy color: '#C34455'

red 195 ◦ green 68 ◦ blue 85

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

Shades of Mandy #C34455

Tints of Mandy #C34455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 56.03%
G = 19.54%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34455 (or 0xC34455) is known color: Mandy. HEX triplet: C3, 44 and 55. RGB value is (195,68,85). Sum of RGB (Red+Green+Blue) = 195+68+85=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34455 is #3CBBAA. Grayscale: #6B6B6B. Windows color (decimal): -3980203 or 5588163. OLE color: 5588163.

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

Color convert

RGB 195 68 85 -
CMYK 0 0.65 0.56 0.24
HSL 351.97º 0.51% 0.52% -
HSV(B) 351.97º 0.65% 0.76% -
XYZ 26.21 16.39 10.38 -
YUV 107.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 195 68 85 0 0.65 0.56 0.24 351.97 0.51 0.52
Hex C3 44 55 0 41 38 18 160 33 34
Octal 303 104 125 0 101 70 30 540 63 64
Binary 11000011 1000100 1010101 0 1000001 111000 11000 101100000 110011 110100

Color Harmonies of #C34455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34455

Black with #C34455

Text Example


Text Example

White with #C34455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34455; }

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

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

background-color css

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

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

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

border-color css

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

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

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