Html Css Color HEX #C36062 Mandy

📋 copy color: '#C36062'

red 195 ◦ green 96 ◦ blue 98

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

Shades of Mandy #C36062

Tints of Mandy #C36062

RGB

 RED value IS 195 (76.56% from 255) = 50.13%

 GREEN value IS 96 (37.89% from 255) = 24.68%

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 50.13%
G = 24.68%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C36062 (or 0xC36062) is known color: Mandy. HEX triplet: C3, 60 and 62. RGB value is (195,96,98). Sum of RGB (Red+Green+Blue) = 195+96+98=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C36062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36062 is #3C9F9D. Grayscale: #7D7D7D. Windows color (decimal): -3973022 or 6447299. OLE color: 6447299.

HSL color Cylindrical-coordinate representation of color #C36062: hue angle of 358.79º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36062 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 98 -
CMYK 0 0.51 0.50 0.24
HSL 358.79º 0.45% 0.57% -
HSV(B) 358.79º 0.51% 0.76% -
XYZ 28.89 20.85 14.06 -
YUV 125.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 195 96 98 0 0.51 0.50 0.24 358.79 0.45 0.57
Hex C3 60 62 0 33 32 18 167 2D 39
Octal 303 140 142 0 63 62 30 547 55 71
Binary 11000011 1100000 1100010 0 110011 110010 11000 101100111 101101 111001

Color Harmonies of #C36062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36062

Black with #C36062

Text Example


Text Example

White with #C36062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36062; }

 p { color: rgb(195,96,98); }

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

background-color css

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

 a { background-color: rgb(195,96,98); }

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

border-color css

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

 span { border-color: rgb(195,96,98); }

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