Html Css Color HEX #C3485B Mandy

📋 copy color: '#C3485B'

red 195 ◦ green 72 ◦ blue 91

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

Shades of Mandy #C3485B

Tints of Mandy #C3485B

RGB

 RED value IS 195 (76.56% from 255) = 54.47%

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

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

R = 54.47%
G = 20.11%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3485B (or 0xC3485B) is known color: Mandy. HEX triplet: C3, 48 and 5B. RGB value is (195,72,91). Sum of RGB (Red+Green+Blue) = 195+72+91=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3485B is #3CB7A4. Grayscale: #6E6E6E. Windows color (decimal): -3979173 or 5982403. OLE color: 5982403.

HSL color Cylindrical-coordinate representation of color #C3485B: hue angle of 350.73º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3485B is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 91 -
CMYK 0 0.63 0.53 0.24
HSL 350.73º 0.51% 0.52% -
HSV(B) 350.73º 0.63% 0.76% -
XYZ 26.71 16.99 11.77 -
YUV 110.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 195 72 91 0 0.63 0.53 0.24 350.73 0.51 0.52
Hex C3 48 5B 0 3F 35 18 15F 33 34
Octal 303 110 133 0 77 65 30 537 63 64
Binary 11000011 1001000 1011011 0 111111 110101 11000 101011111 110011 110100

Color Harmonies of #C3485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3485B

Black with #C3485B

Text Example


Text Example

White with #C3485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3485B; }

 p { color: rgb(195,72,91); }

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

background-color css

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

 a { background-color: rgb(195,72,91); }

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

border-color css

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

 span { border-color: rgb(195,72,91); }

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