Html Css Color HEX #C3485A Mandy

📋 copy color: '#C3485A'

red 195 ◦ green 72 ◦ blue 90

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

Shades of Mandy #C3485A

Tints of Mandy #C3485A

RGB

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

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

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

R = 54.62%
G = 20.17%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3485A (or 0xC3485A) is known color: Mandy. HEX triplet: C3, 48 and 5A. RGB value is (195,72,90). Sum of RGB (Red+Green+Blue) = 195+72+90=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3485A is #3CB7A5. Grayscale: #6E6E6E. Windows color (decimal): -3979174 or 5916867. OLE color: 5916867.

HSL color Cylindrical-coordinate representation of color #C3485A: hue angle of 351.22º 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 #C3485A is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 90 -
CMYK 0 0.63 0.54 0.24
HSL 351.22º 0.51% 0.52% -
HSV(B) 351.22º 0.63% 0.76% -
XYZ 26.67 16.98 11.54 -
YUV 110.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 195 72 90 0 0.63 0.54 0.24 351.22 0.51 0.52
Hex C3 48 5A 0 3F 36 18 15F 33 34
Octal 303 110 132 0 77 66 30 537 63 64
Binary 11000011 1001000 1011010 0 111111 110110 11000 101011111 110011 110100

Color Harmonies of #C3485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3485A

Black with #C3485A

Text Example


Text Example

White with #C3485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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