Html Css Color HEX #C9465A Mandy

📋 copy color: '#C9465A'

red 201 ◦ green 70 ◦ blue 90

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

Shades of Mandy #C9465A

Tints of Mandy #C9465A

RGB

 RED value IS 201 (78.91% from 255) = 55.68%

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

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

R = 55.68%
G = 19.39%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9465A (or 0xC9465A) is known color: Mandy. HEX triplet: C9, 46 and 5A. RGB value is (201,70,90). Sum of RGB (Red+Green+Blue) = 201+70+90=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9465A is #36B9A5. Grayscale: #6F6F6F. Windows color (decimal): -3586470 or 5916361. OLE color: 5916361.

HSL color Cylindrical-coordinate representation of color #C9465A: hue angle of 350.84º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9465A is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 90 -
CMYK 0 0.65 0.55 0.21
HSL 350.84º 0.55% 0.53% -
HSV(B) 350.84º 0.65% 0.79% -
XYZ 28.12 17.54 11.58 -
YUV 111.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 201 70 90 0 0.65 0.55 0.21 350.84 0.55 0.53
Hex C9 46 5A 0 41 37 15 15F 37 35
Octal 311 106 132 0 101 67 25 537 67 65
Binary 11001001 1000110 1011010 0 1000001 110111 10101 101011111 110111 110101

Color Harmonies of #C9465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9465A

Black with #C9465A

Text Example


Text Example

White with #C9465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9465A; }

 p { color: rgb(201,70,90); }

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

background-color css

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

 a { background-color: rgb(201,70,90); }

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

border-color css

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

 span { border-color: rgb(201,70,90); }

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