Html Css Color HEX #C65461 Mandy

📋 copy color: '#C65461'

red 198 ◦ green 84 ◦ blue 97

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

Shades of Mandy #C65461

Tints of Mandy #C65461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

 BLUE value IS 97 (38.28% from 255) = 25.59%

R = 52.24%
G = 22.16%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C65461 (or 0xC65461) is known color: Mandy. HEX triplet: C6, 54 and 61. RGB value is (198,84,97). Sum of RGB (Red+Green+Blue) = 198+84+97=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C65461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65461 is #39AB9E. Grayscale: #777777. Windows color (decimal): -3779487 or 6378694. OLE color: 6378694.

HSL color Cylindrical-coordinate representation of color #C65461: hue angle of 353.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65461 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 97 -
CMYK 0 0.58 0.51 0.22
HSL 353.16º 0.5% 0.55% -
HSV(B) 353.16º 0.58% 0.78% -
XYZ 28.62 19.21 13.51 -
YUV 119.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 198 84 97 0 0.58 0.51 0.22 353.16 0.5 0.55
Hex C6 54 61 0 3A 33 16 161 32 37
Octal 306 124 141 0 72 63 26 541 62 67
Binary 11000110 1010100 1100001 0 111010 110011 10110 101100001 110010 110111

Color Harmonies of #C65461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65461

Black with #C65461

Text Example


Text Example

White with #C65461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65461; }

 p { color: rgb(198,84,97); }

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

background-color css

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

 a { background-color: rgb(198,84,97); }

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

border-color css

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

 span { border-color: rgb(198,84,97); }

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