Html Css Color HEX #C3465E Mandy

📋 copy color: '#C3465E'

red 195 ◦ green 70 ◦ blue 94

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

Shades of Mandy #C3465E

Tints of Mandy #C3465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 54.32%
G = 19.5%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3465E (or 0xC3465E) is known color: Mandy. HEX triplet: C3, 46 and 5E. RGB value is (195,70,94). Sum of RGB (Red+Green+Blue) = 195+70+94=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3465E is #3CB9A1. Grayscale: #6E6E6E. Windows color (decimal): -3979682 or 6178499. OLE color: 6178499.

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

Color convert

RGB 195 70 94 -
CMYK 0 0.64 0.52 0.24
HSL 348.48º 0.51% 0.52% -
HSV(B) 348.48º 0.64% 0.76% -
XYZ 26.72 16.79 12.42 -
YUV 110.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 195 70 94 0 0.64 0.52 0.24 348.48 0.51 0.52
Hex C3 46 5E 0 40 34 18 15C 33 34
Octal 303 106 136 0 100 64 30 534 63 64
Binary 11000011 1000110 1011110 0 1000000 110100 11000 101011100 110011 110100

Color Harmonies of #C3465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3465E

Black with #C3465E

Text Example


Text Example

White with #C3465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3465E; }

 p { color: rgb(195,70,94); }

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

background-color css

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

 a { background-color: rgb(195,70,94); }

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

border-color css

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

 span { border-color: rgb(195,70,94); }

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