Html Css Color HEX #C04551 Mandy

📋 copy color: '#C04551'

red 192 ◦ green 69 ◦ blue 81

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

Shades of Mandy #C04551

Tints of Mandy #C04551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 56.14%
G = 20.18%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04551 (or 0xC04551) is known color: Mandy. HEX triplet: C0, 45 and 51. RGB value is (192,69,81). Sum of RGB (Red+Green+Blue) = 192+69+81=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C04551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04551 is #3FBAAE. Grayscale: #6B6B6B. Windows color (decimal): -4176559 or 5326272. OLE color: 5326272.

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

Color convert

RGB 192 69 81 -
CMYK 0 0.64 0.58 0.25
HSL 354.15º 0.49% 0.51% -
HSV(B) 354.15º 0.64% 0.75% -
XYZ 25.35 16.06 9.55 -
YUV 107.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 192 69 81 0 0.64 0.58 0.25 354.15 0.49 0.51
Hex C0 45 51 0 40 3A 19 162 31 33
Octal 300 105 121 0 100 72 31 542 61 63
Binary 11000000 1000101 1010001 0 1000000 111010 11001 101100010 110001 110011

Color Harmonies of #C04551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04551

Black with #C04551

Text Example


Text Example

White with #C04551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04551; }

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

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

background-color css

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

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

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

border-color css

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

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

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