Html Css Color HEX #C34853 Mandy

📋 copy color: '#C34853'

red 195 ◦ green 72 ◦ blue 83

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

Shades of Mandy #C34853

Tints of Mandy #C34853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 55.71%
G = 20.57%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C34853 (or 0xC34853) is known color: Mandy. HEX triplet: C3, 48 and 53. RGB value is (195,72,83). Sum of RGB (Red+Green+Blue) = 195+72+83=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C34853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34853 is #3CB7AC. Grayscale: #6E6E6E. Windows color (decimal): -3979181 or 5458115. OLE color: 5458115.

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

Color convert

RGB 195 72 83 -
CMYK 0 0.63 0.57 0.24
HSL 354.63º 0.51% 0.52% -
HSV(B) 354.63º 0.63% 0.76% -
XYZ 26.38 16.86 10.05 -
YUV 110.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 195 72 83 0 0.63 0.57 0.24 354.63 0.51 0.52
Hex C3 48 53 0 3F 39 18 163 33 34
Octal 303 110 123 0 77 71 30 543 63 64
Binary 11000011 1001000 1010011 0 111111 111001 11000 101100011 110011 110100

Color Harmonies of #C34853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34853

Black with #C34853

Text Example


Text Example

White with #C34853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34853; }

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

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

background-color css

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

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

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

border-color css

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

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

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