Html Css Color HEX #C9465B Mandy

📋 copy color: '#C9465B'

red 201 ◦ green 70 ◦ blue 91

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

Shades of Mandy #C9465B

Tints of Mandy #C9465B

RGB

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

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

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

R = 55.52%
G = 19.34%
B = 25.14%

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

#C9465B (or 0xC9465B) is known color: Mandy. HEX triplet: C9, 46 and 5B. RGB value is (201,70,91). Sum of RGB (Red+Green+Blue) = 201+70+91=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9465B is #36B9A4. Grayscale: #6F6F6F. Windows color (decimal): -3586469 or 5981897. OLE color: 5981897.

HSL color Cylindrical-coordinate representation of color #C9465B: hue angle of 350.38º 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 #C9465B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 91 -
CMYK 0 0.65 0.55 0.21
HSL 350.38º 0.55% 0.53% -
HSV(B) 350.38º 0.65% 0.79% -
XYZ 28.17 17.55 11.8 -
YUV 111.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 201 70 91 0 0.65 0.55 0.21 350.38 0.55 0.53
Hex C9 46 5B 0 41 37 15 15E 37 35
Octal 311 106 133 0 101 67 25 536 67 65
Binary 11001001 1000110 1011011 0 1000001 110111 10101 101011110 110111 110101

Color Harmonies of #C9465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9465B

Black with #C9465B

Text Example


Text Example

White with #C9465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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