Html Css Color HEX #C06366 Mandy

📋 copy color: '#C06366'

red 192 ◦ green 99 ◦ blue 102

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

Shades of Mandy #C06366

Tints of Mandy #C06366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 48.85%
G = 25.19%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06366 (or 0xC06366) is known color: Mandy. HEX triplet: C0, 63 and 66. RGB value is (192,99,102). Sum of RGB (Red+Green+Blue) = 192+99+102=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06366 is #3F9C99. Grayscale: #7F7F7F. Windows color (decimal): -4168858 or 6710208. OLE color: 6710208.

HSL color Cylindrical-coordinate representation of color #C06366: hue angle of 358.06º 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 #C06366 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 102 -
CMYK 0 0.48 0.47 0.25
HSL 358.06º 0.42% 0.57% -
HSV(B) 358.06º 0.48% 0.75% -
XYZ 28.6 21.09 15.13 -
YUV 127.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 192 99 102 0 0.48 0.47 0.25 358.06 0.42 0.57
Hex C0 63 66 0 30 2F 19 166 2A 39
Octal 300 143 146 0 60 57 31 546 52 71
Binary 11000000 1100011 1100110 0 110000 101111 11001 101100110 101010 111001

Color Harmonies of #C06366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06366

Black with #C06366

Text Example


Text Example

White with #C06366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06366; }

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

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

background-color css

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

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

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

border-color css

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

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

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