Html Css Color HEX #C54548 Mandy

📋 copy color: '#C54548'

red 197 ◦ green 69 ◦ blue 72

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

Shades of Mandy #C54548

Tints of Mandy #C54548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 58.28%
G = 20.41%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C54548 (or 0xC54548) is known color: Mandy. HEX triplet: C5, 45 and 48. RGB value is (197,69,72). Sum of RGB (Red+Green+Blue) = 197+69+72=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C54548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54548 is #3ABAB7. Grayscale: #6B6B6B. Windows color (decimal): -3848888 or 4736453. OLE color: 4736453.

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

Color convert

RGB 197 69 72 -
CMYK 0 0.65 0.63 0.23
HSL 358.59º 0.52% 0.52% -
HSV(B) 358.59º 0.65% 0.77% -
XYZ 26.32 16.59 7.95 -
YUV 107.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 197 69 72 0 0.65 0.63 0.23 358.59 0.52 0.52
Hex C5 45 48 0 41 3F 17 167 34 34
Octal 305 105 110 0 101 77 27 547 64 64
Binary 11000101 1000101 1001000 0 1000001 111111 10111 101100111 110100 110100

Color Harmonies of #C54548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54548

Black with #C54548

Text Example


Text Example

White with #C54548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54548; }

 p { color: rgb(197,69,72); }

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

background-color css

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

 a { background-color: rgb(197,69,72); }

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

border-color css

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

 span { border-color: rgb(197,69,72); }

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