Html Css Color HEX #C3484D Mandy

📋 copy color: '#C3484D'

red 195 ◦ green 72 ◦ blue 77

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

Shades of Mandy #C3484D

Tints of Mandy #C3484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

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

R = 56.69%
G = 20.93%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3484D (or 0xC3484D) is known color: Mandy. HEX triplet: C3, 48 and 4D. RGB value is (195,72,77). Sum of RGB (Red+Green+Blue) = 195+72+77=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3484D is #3CB7B2. Grayscale: #6D6D6D. Windows color (decimal): -3979187 or 5064899. OLE color: 5064899.

HSL color Cylindrical-coordinate representation of color #C3484D: hue angle of 357.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3484D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 77 -
CMYK 0 0.63 0.61 0.24
HSL 357.56º 0.51% 0.52% -
HSV(B) 357.56º 0.63% 0.76% -
XYZ 26.16 16.77 8.88 -
YUV 109.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 195 72 77 0 0.63 0.61 0.24 357.56 0.51 0.52
Hex C3 48 4D 0 3F 3D 18 166 33 34
Octal 303 110 115 0 77 75 30 546 63 64
Binary 11000011 1001000 1001101 0 111111 111101 11000 101100110 110011 110100

Color Harmonies of #C3484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3484D

Black with #C3484D

Text Example


Text Example

White with #C3484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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