Html Css Color HEX #C3475B Mandy

📋 copy color: '#C3475B'

red 195 ◦ green 71 ◦ blue 91

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

Shades of Mandy #C3475B

Tints of Mandy #C3475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 54.62%
G = 19.89%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3475B (or 0xC3475B) is known color: Mandy. HEX triplet: C3, 47 and 5B. RGB value is (195,71,91). Sum of RGB (Red+Green+Blue) = 195+71+91=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3475B is #3CB8A4. Grayscale: #6E6E6E. Windows color (decimal): -3979429 or 5982147. OLE color: 5982147.

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

Color convert

RGB 195 71 91 -
CMYK 0 0.64 0.53 0.24
HSL 350.32º 0.51% 0.52% -
HSV(B) 350.32º 0.64% 0.76% -
XYZ 26.65 16.86 11.75 -
YUV 110.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 195 71 91 0 0.64 0.53 0.24 350.32 0.51 0.52
Hex C3 47 5B 0 40 35 18 15E 33 34
Octal 303 107 133 0 100 65 30 536 63 64
Binary 11000011 1000111 1011011 0 1000000 110101 11000 101011110 110011 110100

Color Harmonies of #C3475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3475B

Black with #C3475B

Text Example


Text Example

White with #C3475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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