Html Css Color HEX #C65356 Mandy

📋 copy color: '#C65356'

red 198 ◦ green 83 ◦ blue 86

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

Shades of Mandy #C65356

Tints of Mandy #C65356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 53.95%
G = 22.62%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C65356 (or 0xC65356) is known color: Mandy. HEX triplet: C6, 53 and 56. RGB value is (198,83,86). Sum of RGB (Red+Green+Blue) = 198+83+86=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65356 is #39ACA9. Grayscale: #757575. Windows color (decimal): -3779754 or 5657542. OLE color: 5657542.

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

Color convert

RGB 198 83 86 -
CMYK 0 0.58 0.57 0.22
HSL 358.43º 0.5% 0.55% -
HSV(B) 358.43º 0.58% 0.78% -
XYZ 28.06 18.86 10.97 -
YUV 117.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 198 83 86 0 0.58 0.57 0.22 358.43 0.5 0.55
Hex C6 53 56 0 3A 39 16 166 32 37
Octal 306 123 126 0 72 71 26 546 62 67
Binary 11000110 1010011 1010110 0 111010 111001 10110 101100110 110010 110111

Color Harmonies of #C65356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65356

Black with #C65356

Text Example


Text Example

White with #C65356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65356; }

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

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

background-color css

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

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

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

border-color css

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

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

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