Html Css Color HEX #C3464E Mandy

📋 copy color: '#C3464E'

red 195 ◦ green 70 ◦ blue 78

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

Shades of Mandy #C3464E

Tints of Mandy #C3464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 56.85%
G = 20.41%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3464E (or 0xC3464E) is known color: Mandy. HEX triplet: C3, 46 and 4E. RGB value is (195,70,78). Sum of RGB (Red+Green+Blue) = 195+70+78=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3464E is #3CB9B1. Grayscale: #6C6C6C. Windows color (decimal): -3979698 or 5129923. OLE color: 5129923.

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

Color convert

RGB 195 70 78 -
CMYK 0 0.64 0.6 0.24
HSL 356.16º 0.51% 0.52% -
HSV(B) 356.16º 0.64% 0.76% -
XYZ 26.07 16.53 9.02 -
YUV 108.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 195 70 78 0 0.64 0.6 0.24 356.16 0.51 0.52
Hex C3 46 4E 0 40 3C 18 164 33 34
Octal 303 106 116 0 100 74 30 544 63 64
Binary 11000011 1000110 1001110 0 1000000 111100 11000 101100100 110011 110100

Color Harmonies of #C3464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3464E

Black with #C3464E

Text Example


Text Example

White with #C3464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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