Html Css Color HEX #C06163 Mandy

📋 copy color: '#C06163'

red 192 ◦ green 97 ◦ blue 99

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

Shades of Mandy #C06163

Tints of Mandy #C06163

RGB

 RED value IS 192 (75.39% from 255) = 49.48%

 GREEN value IS 97 (38.28% from 255) = 25%

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 49.48%
G = 25%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C06163 (or 0xC06163) is known color: Mandy. HEX triplet: C0, 61 and 63. RGB value is (192,97,99). Sum of RGB (Red+Green+Blue) = 192+97+99=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06163 is #3F9E9C. Grayscale: #7D7D7D. Windows color (decimal): -4169373 or 6513088. OLE color: 6513088.

HSL color Cylindrical-coordinate representation of color #C06163: hue angle of 358.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06163 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 99 -
CMYK 0 0.49 0.48 0.25
HSL 358.74º 0.43% 0.57% -
HSV(B) 358.74º 0.49% 0.75% -
XYZ 28.27 20.66 14.3 -
YUV 125.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 192 97 99 0 0.49 0.48 0.25 358.74 0.43 0.57
Hex C0 61 63 0 31 30 19 167 2B 39
Octal 300 141 143 0 61 60 31 547 53 71
Binary 11000000 1100001 1100011 0 110001 110000 11001 101100111 101011 111001

Color Harmonies of #C06163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06163

Black with #C06163

Text Example


Text Example

White with #C06163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06163; }

 p { color: rgb(192,97,99); }

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

background-color css

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

 a { background-color: rgb(192,97,99); }

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

border-color css

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

 span { border-color: rgb(192,97,99); }

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