Html Css Color HEX #C0475A Mandy

📋 copy color: '#C0475A'

red 192 ◦ green 71 ◦ blue 90

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

Shades of Mandy #C0475A

Tints of Mandy #C0475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 54.39%
G = 20.11%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0475A (or 0xC0475A) is known color: Mandy. HEX triplet: C0, 47 and 5A. RGB value is (192,71,90). Sum of RGB (Red+Green+Blue) = 192+71+90=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0475A is #3FB8A5. Grayscale: #6D6D6D. Windows color (decimal): -4176038 or 5916608. OLE color: 5916608.

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

Color convert

RGB 192 71 90 -
CMYK 0 0.63 0.53 0.25
HSL 350.58º 0.49% 0.52% -
HSV(B) 350.58º 0.63% 0.75% -
XYZ 25.84 16.45 11.49 -
YUV 109.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 192 71 90 0 0.63 0.53 0.25 350.58 0.49 0.52
Hex C0 47 5A 0 3F 35 19 15F 31 34
Octal 300 107 132 0 77 65 31 537 61 64
Binary 11000000 1000111 1011010 0 111111 110101 11001 101011111 110001 110100

Color Harmonies of #C0475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0475A

Black with #C0475A

Text Example


Text Example

White with #C0475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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