Html Css Color HEX #C34253 Mandy

📋 copy color: '#C34253'

red 195 ◦ green 66 ◦ blue 83

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

Shades of Mandy #C34253

Tints of Mandy #C34253

RGB

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

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

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

R = 56.69%
G = 19.19%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C34253 (or 0xC34253) is known color: Mandy. HEX triplet: C3, 42 and 53. RGB value is (195,66,83). Sum of RGB (Red+Green+Blue) = 195+66+83=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C34253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34253 is #3CBDAC. Grayscale: #6A6A6A. Windows color (decimal): -3980717 or 5456579. OLE color: 5456579.

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

Color convert

RGB 195 66 83 -
CMYK 0 0.66 0.57 0.24
HSL 352.09º 0.52% 0.51% -
HSV(B) 352.09º 0.66% 0.76% -
XYZ 26.02 16.12 9.92 -
YUV 106.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 195 66 83 0 0.66 0.57 0.24 352.09 0.52 0.51
Hex C3 42 53 0 42 39 18 160 34 33
Octal 303 102 123 0 102 71 30 540 64 63
Binary 11000011 1000010 1010011 0 1000010 111001 11000 101100000 110100 110011

Color Harmonies of #C34253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34253

Black with #C34253

Text Example


Text Example

White with #C34253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34253; }

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

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

background-color css

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

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

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

border-color css

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

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

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