Html Css Color HEX #C54253 Mandy

📋 copy color: '#C54253'

red 197 ◦ green 66 ◦ blue 83

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

Shades of Mandy #C54253

Tints of Mandy #C54253

RGB

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

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

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

R = 56.94%
G = 19.08%
B = 23.99%

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

#C54253 (or 0xC54253) is known color: Mandy. HEX triplet: C5, 42 and 53. RGB value is (197,66,83). Sum of RGB (Red+Green+Blue) = 197+66+83=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C54253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54253 is #3ABDAC. Grayscale: #6B6B6B. Windows color (decimal): -3849645 or 5456581. OLE color: 5456581.

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

Color convert

RGB 197 66 83 -
CMYK 0 0.66 0.58 0.23
HSL 352.21º 0.53% 0.52% -
HSV(B) 352.21º 0.66% 0.77% -
XYZ 26.54 16.39 9.95 -
YUV 107.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 197 66 83 0 0.66 0.58 0.23 352.21 0.53 0.52
Hex C5 42 53 0 42 3A 17 160 35 34
Octal 305 102 123 0 102 72 27 540 65 64
Binary 11000101 1000010 1010011 0 1000010 111010 10111 101100000 110101 110100

Color Harmonies of #C54253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54253

Black with #C54253

Text Example


Text Example

White with #C54253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54253; }

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

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

background-color css

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

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

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

border-color css

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

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

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