Html Css Color HEX #C0495A Mandy

📋 copy color: '#C0495A'

red 192 ◦ green 73 ◦ blue 90

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

Shades of Mandy #C0495A

Tints of Mandy #C0495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

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

R = 54.08%
G = 20.56%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0495A (or 0xC0495A) is known color: Mandy. HEX triplet: C0, 49 and 5A. RGB value is (192,73,90). Sum of RGB (Red+Green+Blue) = 192+73+90=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0495A is #3FB6A5. Grayscale: #6E6E6E. Windows color (decimal): -4175526 or 5917120. OLE color: 5917120.

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

Color convert

RGB 192 73 90 -
CMYK 0 0.62 0.53 0.25
HSL 351.43º 0.49% 0.52% -
HSV(B) 351.43º 0.62% 0.75% -
XYZ 25.97 16.71 11.53 -
YUV 110.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 192 73 90 0 0.62 0.53 0.25 351.43 0.49 0.52
Hex C0 49 5A 0 3E 35 19 15F 31 34
Octal 300 111 132 0 76 65 31 537 61 64
Binary 11000000 1001001 1011010 0 111110 110101 11001 101011111 110001 110100

Color Harmonies of #C0495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0495A

Black with #C0495A

Text Example


Text Example

White with #C0495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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