Html Css Color HEX #C4465B Mandy

📋 copy color: '#C4465B'

red 196 ◦ green 70 ◦ blue 91

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

Shades of Mandy #C4465B

Tints of Mandy #C4465B

RGB

 RED value IS 196 (76.95% from 255) = 54.9%

 GREEN value IS 70 (27.73% from 255) = 19.61%

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

R = 54.9%
G = 19.61%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4465B (or 0xC4465B) is known color: Mandy. HEX triplet: C4, 46 and 5B. RGB value is (196,70,91). Sum of RGB (Red+Green+Blue) = 196+70+91=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4465B is #3BB9A4. Grayscale: #6E6E6E. Windows color (decimal): -3914149 or 5981892. OLE color: 5981892.

HSL color Cylindrical-coordinate representation of color #C4465B: hue angle of 350º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4465B is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 91 -
CMYK 0 0.64 0.54 0.23
HSL 350º 0.52% 0.52% -
HSV(B) 350º 0.64% 0.77% -
XYZ 26.84 16.87 11.74 -
YUV 110.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 196 70 91 0 0.64 0.54 0.23 350 0.52 0.52
Hex C4 46 5B 0 40 36 17 15E 34 34
Octal 304 106 133 0 100 66 27 536 64 64
Binary 11000100 1000110 1011011 0 1000000 110110 10111 101011110 110100 110100

Color Harmonies of #C4465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4465B

Black with #C4465B

Text Example


Text Example

White with #C4465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4465B; }

 p { color: rgb(196,70,91); }

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

background-color css

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

 a { background-color: rgb(196,70,91); }

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

border-color css

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

 span { border-color: rgb(196,70,91); }

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