Html Css Color HEX #C3474D Mandy

📋 copy color: '#C3474D'

red 195 ◦ green 71 ◦ blue 77

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

Shades of Mandy #C3474D

Tints of Mandy #C3474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 56.85%
G = 20.7%
B = 22.45%

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

#C3474D (or 0xC3474D) is known color: Mandy. HEX triplet: C3, 47 and 4D. RGB value is (195,71,77). Sum of RGB (Red+Green+Blue) = 195+71+77=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3474D is #3CB8B2. Grayscale: #6C6C6C. Windows color (decimal): -3979443 or 5064643. OLE color: 5064643.

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

Color convert

RGB 195 71 77 -
CMYK 0 0.64 0.61 0.24
HSL 357.1º 0.51% 0.52% -
HSV(B) 357.1º 0.64% 0.76% -
XYZ 26.1 16.64 8.86 -
YUV 108.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 195 71 77 0 0.64 0.61 0.24 357.1 0.51 0.52
Hex C3 47 4D 0 40 3D 18 165 33 34
Octal 303 107 115 0 100 75 30 545 63 64
Binary 11000011 1000111 1001101 0 1000000 111101 11000 101100101 110011 110100

Color Harmonies of #C3474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3474D

Black with #C3474D

Text Example


Text Example

White with #C3474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3474D; }

 p { color: rgb(195,71,77); }

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

background-color css

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

 a { background-color: rgb(195,71,77); }

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

border-color css

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

 span { border-color: rgb(195,71,77); }

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