Html Css Color HEX #C3465C Mandy

📋 copy color: '#C3465C'

red 195 ◦ green 70 ◦ blue 92

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

Shades of Mandy #C3465C

Tints of Mandy #C3465C

RGB

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

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

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

R = 54.62%
G = 19.61%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3465C (or 0xC3465C) is known color: Mandy. HEX triplet: C3, 46 and 5C. RGB value is (195,70,92). Sum of RGB (Red+Green+Blue) = 195+70+92=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3465C is #3CB9A3. Grayscale: #6D6D6D. Windows color (decimal): -3979684 or 6047427. OLE color: 6047427.

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

Color convert

RGB 195 70 92 -
CMYK 0 0.64 0.53 0.24
HSL 349.44º 0.51% 0.52% -
HSV(B) 349.44º 0.64% 0.76% -
XYZ 26.63 16.76 11.96 -
YUV 109.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 195 70 92 0 0.64 0.53 0.24 349.44 0.51 0.52
Hex C3 46 5C 0 40 35 18 15D 33 34
Octal 303 106 134 0 100 65 30 535 63 64
Binary 11000011 1000110 1011100 0 1000000 110101 11000 101011101 110011 110100

Color Harmonies of #C3465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3465C

Black with #C3465C

Text Example


Text Example

White with #C3465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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