Html Css Color HEX #C04955 Mandy

📋 copy color: '#C04955'

red 192 ◦ green 73 ◦ blue 85

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

Shades of Mandy #C04955

Tints of Mandy #C04955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 54.86%
G = 20.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C04955 (or 0xC04955) is known color: Mandy. HEX triplet: C0, 49 and 55. RGB value is (192,73,85). Sum of RGB (Red+Green+Blue) = 192+73+85=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C04955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04955 is #3FB6AA. Grayscale: #6E6E6E. Windows color (decimal): -4175531 or 5589440. OLE color: 5589440.

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

Color convert

RGB 192 73 85 -
CMYK 0 0.62 0.56 0.25
HSL 353.95º 0.49% 0.52% -
HSV(B) 353.95º 0.62% 0.75% -
XYZ 25.76 16.63 10.45 -
YUV 109.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 192 73 85 0 0.62 0.56 0.25 353.95 0.49 0.52
Hex C0 49 55 0 3E 38 19 162 31 34
Octal 300 111 125 0 76 70 31 542 61 64
Binary 11000000 1001001 1010101 0 111110 111000 11001 101100010 110001 110100

Color Harmonies of #C04955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04955

Black with #C04955

Text Example


Text Example

White with #C04955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04955; }

 p { color: rgb(192,73,85); }

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

background-color css

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

 a { background-color: rgb(192,73,85); }

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

border-color css

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

 span { border-color: rgb(192,73,85); }

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