Html Css Color HEX #C3464C Mandy

📋 copy color: '#C3464C'

red 195 ◦ green 70 ◦ blue 76

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

Shades of Mandy #C3464C

Tints of Mandy #C3464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 57.18%
G = 20.53%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3464C (or 0xC3464C) is known color: Mandy. HEX triplet: C3, 46 and 4C. RGB value is (195,70,76). Sum of RGB (Red+Green+Blue) = 195+70+76=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3464C is #3CB9B3. Grayscale: #6C6C6C. Windows color (decimal): -3979700 or 4998851. OLE color: 4998851.

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

Color convert

RGB 195 70 76 -
CMYK 0 0.64 0.61 0.24
HSL 357.12º 0.51% 0.52% -
HSV(B) 357.12º 0.64% 0.76% -
XYZ 26 16.5 8.65 -
YUV 108.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 195 70 76 0 0.64 0.61 0.24 357.12 0.51 0.52
Hex C3 46 4C 0 40 3D 18 165 33 34
Octal 303 106 114 0 100 75 30 545 63 64
Binary 11000011 1000110 1001100 0 1000000 111101 11000 101100101 110011 110100

Color Harmonies of #C3464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3464C

Black with #C3464C

Text Example


Text Example

White with #C3464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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