Html Css Color HEX #C65B60 Mandy

📋 copy color: '#C65B60'

red 198 ◦ green 91 ◦ blue 96

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

Shades of Mandy #C65B60

Tints of Mandy #C65B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

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

R = 51.43%
G = 23.64%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C65B60 (or 0xC65B60) is known color: Mandy. HEX triplet: C6, 5B and 60. RGB value is (198,91,96). Sum of RGB (Red+Green+Blue) = 198+91+96=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B60 is #39A49F. Grayscale: #7B7B7B. Windows color (decimal): -3777696 or 6314950. OLE color: 6314950.

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

Color convert

RGB 198 91 96 -
CMYK 0 0.54 0.52 0.22
HSL 357.2º 0.48% 0.57% -
HSV(B) 357.2º 0.54% 0.78% -
XYZ 29.14 20.33 13.45 -
YUV 123.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 198 91 96 0 0.54 0.52 0.22 357.2 0.48 0.57
Hex C6 5B 60 0 36 34 16 165 30 39
Octal 306 133 140 0 66 64 26 545 60 71
Binary 11000110 1011011 1100000 0 110110 110100 10110 101100101 110000 111001

Color Harmonies of #C65B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B60

Black with #C65B60

Text Example


Text Example

White with #C65B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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