Html Css Color HEX #C04755 Mandy

📋 copy color: '#C04755'

red 192 ◦ green 71 ◦ blue 85

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

Shades of Mandy #C04755

Tints of Mandy #C04755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 55.17%
G = 20.4%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C04755 (or 0xC04755) is known color: Mandy. HEX triplet: C0, 47 and 55. RGB value is (192,71,85). Sum of RGB (Red+Green+Blue) = 192+71+85=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C04755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04755 is #3FB8AA. Grayscale: #6C6C6C. Windows color (decimal): -4176043 or 5588928. OLE color: 5588928.

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

Color convert

RGB 192 71 85 -
CMYK 0 0.63 0.56 0.25
HSL 353.06º 0.49% 0.52% -
HSV(B) 353.06º 0.63% 0.75% -
XYZ 25.63 16.37 10.4 -
YUV 108.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 192 71 85 0 0.63 0.56 0.25 353.06 0.49 0.52
Hex C0 47 55 0 3F 38 19 161 31 34
Octal 300 107 125 0 77 70 31 541 61 64
Binary 11000000 1000111 1010101 0 111111 111000 11001 101100001 110001 110100

Color Harmonies of #C04755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04755

Black with #C04755

Text Example


Text Example

White with #C04755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04755; }

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

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

background-color css

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

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

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

border-color css

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

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

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