Html Css Color HEX #C0465B Mandy

📋 copy color: '#C0465B'

red 192 ◦ green 70 ◦ blue 91

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

Shades of Mandy #C0465B

Tints of Mandy #C0465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 54.39%
G = 19.83%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0465B (or 0xC0465B) is known color: Mandy. HEX triplet: C0, 46 and 5B. RGB value is (192,70,91). Sum of RGB (Red+Green+Blue) = 192+70+91=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0465B is #3FB9A4. Grayscale: #6C6C6C. Windows color (decimal): -4176293 or 5981888. OLE color: 5981888.

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

Color convert

RGB 192 70 91 -
CMYK 0 0.64 0.53 0.25
HSL 349.67º 0.49% 0.51% -
HSV(B) 349.67º 0.64% 0.75% -
XYZ 25.82 16.34 11.69 -
YUV 108.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 192 70 91 0 0.64 0.53 0.25 349.67 0.49 0.51
Hex C0 46 5B 0 40 35 19 15E 31 33
Octal 300 106 133 0 100 65 31 536 61 63
Binary 11000000 1000110 1011011 0 1000000 110101 11001 101011110 110001 110011

Color Harmonies of #C0465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0465B

Black with #C0465B

Text Example


Text Example

White with #C0465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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