Html Css Color HEX #C65360 Mandy

📋 copy color: '#C65360'

red 198 ◦ green 83 ◦ blue 96

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

Shades of Mandy #C65360

Tints of Mandy #C65360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 52.52%
G = 22.02%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C65360 (or 0xC65360) is known color: Mandy. HEX triplet: C6, 53 and 60. RGB value is (198,83,96). Sum of RGB (Red+Green+Blue) = 198+83+96=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C65360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65360 is #39AC9F. Grayscale: #767676. Windows color (decimal): -3779744 or 6312902. OLE color: 6312902.

HSL color Cylindrical-coordinate representation of color #C65360: hue angle of 353.22º 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 #C65360 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 96 -
CMYK 0 0.58 0.52 0.22
HSL 353.22º 0.5% 0.55% -
HSV(B) 353.22º 0.58% 0.78% -
XYZ 28.49 19.04 13.24 -
YUV 118.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 198 83 96 0 0.58 0.52 0.22 353.22 0.5 0.55
Hex C6 53 60 0 3A 34 16 161 32 37
Octal 306 123 140 0 72 64 26 541 62 67
Binary 11000110 1010011 1100000 0 111010 110100 10110 101100001 110010 110111

Color Harmonies of #C65360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65360

Black with #C65360

Text Example


Text Example

White with #C65360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65360; }

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

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

background-color css

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

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

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

border-color css

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

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

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