Html Css Color HEX #C5464B Mandy

📋 copy color: '#C5464B'

red 197 ◦ green 70 ◦ blue 75

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

Shades of Mandy #C5464B

Tints of Mandy #C5464B

RGB

 RED value IS 197 (77.34% from 255) = 57.6%

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 57.6%
G = 20.47%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5464B (or 0xC5464B) is known color: Mandy. HEX triplet: C5, 46 and 4B. RGB value is (197,70,75). Sum of RGB (Red+Green+Blue) = 197+70+75=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5464B is #3AB9B4. Grayscale: #6C6C6C. Windows color (decimal): -3848629 or 4933317. OLE color: 4933317.

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

Color convert

RGB 197 70 75 -
CMYK 0 0.64 0.62 0.23
HSL 357.64º 0.52% 0.52% -
HSV(B) 357.64º 0.64% 0.77% -
XYZ 26.49 16.76 8.5 -
YUV 108.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 197 70 75 0 0.64 0.62 0.23 357.64 0.52 0.52
Hex C5 46 4B 0 40 3E 17 166 34 34
Octal 305 106 113 0 100 76 27 546 64 64
Binary 11000101 1000110 1001011 0 1000000 111110 10111 101100110 110100 110100

Color Harmonies of #C5464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5464B

Black with #C5464B

Text Example


Text Example

White with #C5464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5464B; }

 p { color: rgb(197,70,75); }

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

background-color css

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

 a { background-color: rgb(197,70,75); }

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

border-color css

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

 span { border-color: rgb(197,70,75); }

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