Html Css Color HEX #C3464F Mandy

📋 copy color: '#C3464F'

red 195 ◦ green 70 ◦ blue 79

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

Shades of Mandy #C3464F

Tints of Mandy #C3464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 56.69%
G = 20.35%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3464F (or 0xC3464F) is known color: Mandy. HEX triplet: C3, 46 and 4F. RGB value is (195,70,79). Sum of RGB (Red+Green+Blue) = 195+70+79=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3464F is #3CB9B0. Grayscale: #6C6C6C. Windows color (decimal): -3979697 or 5195459. OLE color: 5195459.

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

Color convert

RGB 195 70 79 -
CMYK 0 0.64 0.59 0.24
HSL 355.68º 0.51% 0.52% -
HSV(B) 355.68º 0.64% 0.76% -
XYZ 26.11 16.55 9.22 -
YUV 108.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 195 70 79 0 0.64 0.59 0.24 355.68 0.51 0.52
Hex C3 46 4F 0 40 3B 18 164 33 34
Octal 303 106 117 0 100 73 30 544 63 64
Binary 11000011 1000110 1001111 0 1000000 111011 11000 101100100 110011 110100

Color Harmonies of #C3464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3464F

Black with #C3464F

Text Example


Text Example

White with #C3464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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