Html Css Color HEX #C65260 Mandy

📋 copy color: '#C65260'

red 198 ◦ green 82 ◦ blue 96

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

Shades of Mandy #C65260

Tints of Mandy #C65260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 52.66%
G = 21.81%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C65260 (or 0xC65260) is known color: Mandy. HEX triplet: C6, 52 and 60. RGB value is (198,82,96). Sum of RGB (Red+Green+Blue) = 198+82+96=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C65260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65260 is #39AD9F. Grayscale: #767676. Windows color (decimal): -3780000 or 6312646. OLE color: 6312646.

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

Color convert

RGB 198 82 96 -
CMYK 0 0.59 0.52 0.22
HSL 352.76º 0.5% 0.55% -
HSV(B) 352.76º 0.59% 0.78% -
XYZ 28.42 18.88 13.21 -
YUV 118.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 198 82 96 0 0.59 0.52 0.22 352.76 0.5 0.55
Hex C6 52 60 0 3B 34 16 161 32 37
Octal 306 122 140 0 73 64 26 541 62 67
Binary 11000110 1010010 1100000 0 111011 110100 10110 101100001 110010 110111

Color Harmonies of #C65260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65260

Black with #C65260

Text Example


Text Example

White with #C65260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65260; }

 p { color: rgb(198,82,96); }

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

background-color css

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

 a { background-color: rgb(198,82,96); }

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

border-color css

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

 span { border-color: rgb(198,82,96); }

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