Html Css Color HEX #C54350 Mandy

📋 copy color: '#C54350'

red 197 ◦ green 67 ◦ blue 80

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

Shades of Mandy #C54350

Tints of Mandy #C54350

RGB

 RED value IS 197 (77.34% from 255) = 57.27%

 GREEN value IS 67 (26.56% from 255) = 19.48%

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 57.27%
G = 19.48%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C54350 (or 0xC54350) is known color: Mandy. HEX triplet: C5, 43 and 50. RGB value is (197,67,80). Sum of RGB (Red+Green+Blue) = 197+67+80=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C54350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54350 is #3ABCAF. Grayscale: #6B6B6B. Windows color (decimal): -3849392 or 5260229. OLE color: 5260229.

HSL color Cylindrical-coordinate representation of color #C54350: hue angle of 354º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54350 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 67 80 -
CMYK 0 0.66 0.59 0.23
HSL 354º 0.53% 0.52% -
HSV(B) 354º 0.66% 0.77% -
XYZ 26.48 16.46 9.37 -
YUV 107.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 197 67 80 0 0.66 0.59 0.23 354 0.53 0.52
Hex C5 43 50 0 42 3B 17 162 35 34
Octal 305 103 120 0 102 73 27 542 65 64
Binary 11000101 1000011 1010000 0 1000010 111011 10111 101100010 110101 110100

Color Harmonies of #C54350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54350

Black with #C54350

Text Example


Text Example

White with #C54350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54350; }

 p { color: rgb(197,67,80); }

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

background-color css

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

 a { background-color: rgb(197,67,80); }

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

border-color css

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

 span { border-color: rgb(197,67,80); }

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