Html Css Color HEX #C3484F Mandy

📋 copy color: '#C3484F'

red 195 ◦ green 72 ◦ blue 79

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

Shades of Mandy #C3484F

Tints of Mandy #C3484F

RGB

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

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

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

R = 56.36%
G = 20.81%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3484F (or 0xC3484F) is known color: Mandy. HEX triplet: C3, 48 and 4F. RGB value is (195,72,79). Sum of RGB (Red+Green+Blue) = 195+72+79=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C3484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3484F is #3CB7B0. Grayscale: #6D6D6D. Windows color (decimal): -3979185 or 5195971. OLE color: 5195971.

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

Color convert

RGB 195 72 79 -
CMYK 0 0.63 0.59 0.24
HSL 356.59º 0.51% 0.52% -
HSV(B) 356.59º 0.63% 0.76% -
XYZ 26.23 16.8 9.26 -
YUV 109.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 195 72 79 0 0.63 0.59 0.24 356.59 0.51 0.52
Hex C3 48 4F 0 3F 3B 18 165 33 34
Octal 303 110 117 0 77 73 30 545 63 64
Binary 11000011 1001000 1001111 0 111111 111011 11000 101100101 110011 110100

Color Harmonies of #C3484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3484F

Black with #C3484F

Text Example


Text Example

White with #C3484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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