Html Css Color HEX #C9485C Mandy

📋 copy color: '#C9485C'

red 201 ◦ green 72 ◦ blue 92

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

Shades of Mandy #C9485C

Tints of Mandy #C9485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 55.07%
G = 19.73%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9485C (or 0xC9485C) is known color: Mandy. HEX triplet: C9, 48 and 5C. RGB value is (201,72,92). Sum of RGB (Red+Green+Blue) = 201+72+92=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9485C is #36B7A3. Grayscale: #707070. Windows color (decimal): -3585956 or 6047945. OLE color: 6047945.

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

Color convert

RGB 201 72 92 -
CMYK 0 0.64 0.54 0.21
HSL 350.7º 0.54% 0.54% -
HSV(B) 350.7º 0.64% 0.79% -
XYZ 28.34 17.82 12.07 -
YUV 112.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 201 72 92 0 0.64 0.54 0.21 350.7 0.54 0.54
Hex C9 48 5C 0 40 36 15 15F 36 36
Octal 311 110 134 0 100 66 25 537 66 66
Binary 11001001 1001000 1011100 0 1000000 110110 10101 101011111 110110 110110

Color Harmonies of #C9485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9485C

Black with #C9485C

Text Example


Text Example

White with #C9485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9485C; }

 p { color: rgb(201,72,92); }

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

background-color css

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

 a { background-color: rgb(201,72,92); }

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

border-color css

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

 span { border-color: rgb(201,72,92); }

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