Html Css Color HEX #C0475B Mandy

📋 copy color: '#C0475B'

red 192 ◦ green 71 ◦ blue 91

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

Shades of Mandy #C0475B

Tints of Mandy #C0475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 54.24%
G = 20.06%
B = 25.71%

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

#C0475B (or 0xC0475B) is known color: Mandy. HEX triplet: C0, 47 and 5B. RGB value is (192,71,91). Sum of RGB (Red+Green+Blue) = 192+71+91=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0475B is #3FB8A4. Grayscale: #6D6D6D. Windows color (decimal): -4176037 or 5982144. OLE color: 5982144.

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

Color convert

RGB 192 71 91 -
CMYK 0 0.63 0.53 0.25
HSL 350.08º 0.49% 0.52% -
HSV(B) 350.08º 0.63% 0.75% -
XYZ 25.88 16.47 11.71 -
YUV 109.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 192 71 91 0 0.63 0.53 0.25 350.08 0.49 0.52
Hex C0 47 5B 0 3F 35 19 15E 31 34
Octal 300 107 133 0 77 65 31 536 61 64
Binary 11000000 1000111 1011011 0 111111 110101 11001 101011110 110001 110100

Color Harmonies of #C0475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0475B

Black with #C0475B

Text Example


Text Example

White with #C0475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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