Html Css Color HEX #C3545C Mandy

📋 copy color: '#C3545C'

red 195 ◦ green 84 ◦ blue 92

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

Shades of Mandy #C3545C

Tints of Mandy #C3545C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 52.56%
G = 22.64%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3545C (or 0xC3545C) is known color: Mandy. HEX triplet: C3, 54 and 5C. RGB value is (195,84,92). Sum of RGB (Red+Green+Blue) = 195+84+92=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3545C is #3CABA3. Grayscale: #767676. Windows color (decimal): -3976100 or 6051011. OLE color: 6051011.

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

Color convert

RGB 195 84 92 -
CMYK 0 0.57 0.53 0.24
HSL 355.68º 0.48% 0.55% -
HSV(B) 355.68º 0.57% 0.76% -
XYZ 27.61 18.72 12.28 -
YUV 118.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 195 84 92 0 0.57 0.53 0.24 355.68 0.48 0.55
Hex C3 54 5C 0 39 35 18 164 30 37
Octal 303 124 134 0 71 65 30 544 60 67
Binary 11000011 1010100 1011100 0 111001 110101 11000 101100100 110000 110111

Color Harmonies of #C3545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3545C

Black with #C3545C

Text Example


Text Example

White with #C3545C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3545C; }

 p { color: rgb(195,84,92); }

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

background-color css

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

 a { background-color: rgb(195,84,92); }

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

border-color css

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

 span { border-color: rgb(195,84,92); }

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