Html Css Color HEX #C54352 Mandy

📋 copy color: '#C54352'

red 197 ◦ green 67 ◦ blue 82

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

Shades of Mandy #C54352

Tints of Mandy #C54352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 56.94%
G = 19.36%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C54352 (or 0xC54352) is known color: Mandy. HEX triplet: C5, 43 and 52. RGB value is (197,67,82). Sum of RGB (Red+Green+Blue) = 197+67+82=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C54352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54352 is #3ABCAD. Grayscale: #6B6B6B. Windows color (decimal): -3849390 or 5391301. OLE color: 5391301.

HSL color Cylindrical-coordinate representation of color #C54352: hue angle of 353.08º 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 #C54352 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 67 82 -
CMYK 0 0.66 0.58 0.23
HSL 353.08º 0.53% 0.52% -
HSV(B) 353.08º 0.66% 0.77% -
XYZ 26.56 16.49 9.77 -
YUV 107.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 197 67 82 0 0.66 0.58 0.23 353.08 0.53 0.52
Hex C5 43 52 0 42 3A 17 161 35 34
Octal 305 103 122 0 102 72 27 541 65 64
Binary 11000101 1000011 1010010 0 1000010 111010 10111 101100001 110101 110100

Color Harmonies of #C54352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54352

Black with #C54352

Text Example


Text Example

White with #C54352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54352; }

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

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

background-color css

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

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

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

border-color css

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

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

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