Html Css Color HEX #C06364 Mandy

📋 copy color: '#C06364'

red 192 ◦ green 99 ◦ blue 100

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

Shades of Mandy #C06364

Tints of Mandy #C06364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 49.1%
G = 25.32%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C06364 (or 0xC06364) is known color: Mandy. HEX triplet: C0, 63 and 64. RGB value is (192,99,100). Sum of RGB (Red+Green+Blue) = 192+99+100=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06364 is #3F9C9B. Grayscale: #7F7F7F. Windows color (decimal): -4168860 or 6579136. OLE color: 6579136.

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

Color convert

RGB 192 99 100 -
CMYK 0 0.48 0.48 0.25
HSL 359.35º 0.42% 0.57% -
HSV(B) 359.35º 0.48% 0.75% -
XYZ 28.5 21.05 14.62 -
YUV 126.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 192 99 100 0 0.48 0.48 0.25 359.35 0.42 0.57
Hex C0 63 64 0 30 30 19 167 2A 39
Octal 300 143 144 0 60 60 31 547 52 71
Binary 11000000 1100011 1100100 0 110000 110000 11001 101100111 101010 111001

Color Harmonies of #C06364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06364

Black with #C06364

Text Example


Text Example

White with #C06364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06364; }

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

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

background-color css

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

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

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

border-color css

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

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

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