Html Css Color HEX #C04555 Mandy

📋 copy color: '#C04555'

red 192 ◦ green 69 ◦ blue 85

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

Shades of Mandy #C04555

Tints of Mandy #C04555

RGB

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

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

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

R = 55.49%
G = 19.94%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C04555 (or 0xC04555) is known color: Mandy. HEX triplet: C0, 45 and 55. RGB value is (192,69,85). Sum of RGB (Red+Green+Blue) = 192+69+85=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04555 is #3FBAAA. Grayscale: #6B6B6B. Windows color (decimal): -4176555 or 5588416. OLE color: 5588416.

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

Color convert

RGB 192 69 85 -
CMYK 0 0.64 0.56 0.25
HSL 352.2º 0.49% 0.51% -
HSV(B) 352.2º 0.64% 0.75% -
XYZ 25.51 16.12 10.36 -
YUV 107.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 192 69 85 0 0.64 0.56 0.25 352.2 0.49 0.51
Hex C0 45 55 0 40 38 19 160 31 33
Octal 300 105 125 0 100 70 31 540 61 63
Binary 11000000 1000101 1010101 0 1000000 111000 11001 101100000 110001 110011

Color Harmonies of #C04555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04555

Black with #C04555

Text Example


Text Example

White with #C04555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04555; }

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

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

background-color css

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

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

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

border-color css

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

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

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