Html Css Color HEX #C3425D Mandy

📋 copy color: '#C3425D'

red 195 ◦ green 66 ◦ blue 93

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

Shades of Mandy #C3425D

Tints of Mandy #C3425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 55.08%
G = 18.64%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3425D (or 0xC3425D) is known color: Mandy. HEX triplet: C3, 42 and 5D. RGB value is (195,66,93). Sum of RGB (Red+Green+Blue) = 195+66+93=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3425D is #3CBDA2. Grayscale: #6B6B6B. Windows color (decimal): -3980707 or 6111939. OLE color: 6111939.

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

Color convert

RGB 195 66 93 -
CMYK 0 0.66 0.52 0.24
HSL 347.44º 0.52% 0.51% -
HSV(B) 347.44º 0.66% 0.76% -
XYZ 26.43 16.29 12.11 -
YUV 107.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 195 66 93 0 0.66 0.52 0.24 347.44 0.52 0.51
Hex C3 42 5D 0 42 34 18 15B 34 33
Octal 303 102 135 0 102 64 30 533 64 63
Binary 11000011 1000010 1011101 0 1000010 110100 11000 101011011 110100 110011

Color Harmonies of #C3425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3425D

Black with #C3425D

Text Example


Text Example

White with #C3425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3425D; }

 p { color: rgb(195,66,93); }

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

background-color css

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

 a { background-color: rgb(195,66,93); }

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

border-color css

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

 span { border-color: rgb(195,66,93); }

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