Html Css Color HEX #C04548 Mandy

📋 copy color: '#C04548'

red 192 ◦ green 69 ◦ blue 72

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

Shades of Mandy #C04548

Tints of Mandy #C04548

RGB

 RED value IS 192 (75.39% from 255) = 57.66%

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

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

R = 57.66%
G = 20.72%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04548 (or 0xC04548) is known color: Mandy. HEX triplet: C0, 45 and 48. RGB value is (192,69,72). Sum of RGB (Red+Green+Blue) = 192+69+72=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04548 is #3FBAB7. Grayscale: #6A6A6A. Windows color (decimal): -4176568 or 4736448. OLE color: 4736448.

HSL color Cylindrical-coordinate representation of color #C04548: hue angle of 358.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04548 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 72 -
CMYK 0 0.64 0.63 0.25
HSL 358.54º 0.49% 0.51% -
HSV(B) 358.54º 0.64% 0.75% -
XYZ 25.04 15.93 7.89 -
YUV 106.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 192 69 72 0 0.64 0.63 0.25 358.54 0.49 0.51
Hex C0 45 48 0 40 3F 19 167 31 33
Octal 300 105 110 0 100 77 31 547 61 63
Binary 11000000 1000101 1001000 0 1000000 111111 11001 101100111 110001 110011

Color Harmonies of #C04548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04548

Black with #C04548

Text Example


Text Example

White with #C04548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04548; }

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

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

background-color css

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

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

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

border-color css

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

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

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