Html Css Color HEX #C6464B Mandy

📋 copy color: '#C6464B'

red 198 ◦ green 70 ◦ blue 75

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

Shades of Mandy #C6464B

Tints of Mandy #C6464B

RGB

 RED value IS 198 (77.73% from 255) = 57.73%

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

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

R = 57.73%
G = 20.41%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6464B (or 0xC6464B) is known color: Mandy. HEX triplet: C6, 46 and 4B. RGB value is (198,70,75). Sum of RGB (Red+Green+Blue) = 198+70+75=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6464B is #39B9B4. Grayscale: #6C6C6C. Windows color (decimal): -3783093 or 4933318. OLE color: 4933318.

HSL color Cylindrical-coordinate representation of color #C6464B: hue angle of 357.66º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6464B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 75 -
CMYK 0 0.65 0.62 0.22
HSL 357.66º 0.53% 0.53% -
HSV(B) 357.66º 0.65% 0.78% -
XYZ 26.75 16.89 8.51 -
YUV 108.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 198 70 75 0 0.65 0.62 0.22 357.66 0.53 0.53
Hex C6 46 4B 0 41 3E 16 166 35 35
Octal 306 106 113 0 101 76 26 546 65 65
Binary 11000110 1000110 1001011 0 1000001 111110 10110 101100110 110101 110101

Color Harmonies of #C6464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6464B

Black with #C6464B

Text Example


Text Example

White with #C6464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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