Html Css Color HEX #C34553 Mandy

📋 copy color: '#C34553'

red 195 ◦ green 69 ◦ blue 83

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

Shades of Mandy #C34553

Tints of Mandy #C34553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 56.2%
G = 19.88%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C34553 (or 0xC34553) is known color: Mandy. HEX triplet: C3, 45 and 53. RGB value is (195,69,83). Sum of RGB (Red+Green+Blue) = 195+69+83=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C34553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34553 is #3CBAAC. Grayscale: #6C6C6C. Windows color (decimal): -3979949 or 5457347. OLE color: 5457347.

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

Color convert

RGB 195 69 83 -
CMYK 0 0.65 0.57 0.24
HSL 353.33º 0.51% 0.52% -
HSV(B) 353.33º 0.65% 0.76% -
XYZ 26.2 16.48 9.98 -
YUV 108.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 195 69 83 0 0.65 0.57 0.24 353.33 0.51 0.52
Hex C3 45 53 0 41 39 18 161 33 34
Octal 303 105 123 0 101 71 30 541 63 64
Binary 11000011 1000101 1010011 0 1000001 111001 11000 101100001 110011 110100

Color Harmonies of #C34553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34553

Black with #C34553

Text Example


Text Example

White with #C34553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34553; }

 p { color: rgb(195,69,83); }

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

background-color css

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

 a { background-color: rgb(195,69,83); }

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

border-color css

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

 span { border-color: rgb(195,69,83); }

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