Html Css Color HEX #C06066 Mandy

📋 copy color: '#C06066'

red 192 ◦ green 96 ◦ blue 102

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

Shades of Mandy #C06066

Tints of Mandy #C06066

RGB

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

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

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

R = 49.23%
G = 24.62%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06066 (or 0xC06066) is known color: Mandy. HEX triplet: C0, 60 and 66. RGB value is (192,96,102). Sum of RGB (Red+Green+Blue) = 192+96+102=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C06066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06066 is #3F9F99. Grayscale: #7D7D7D. Windows color (decimal): -4169626 or 6709440. OLE color: 6709440.

HSL color Cylindrical-coordinate representation of color #C06066: hue angle of 356.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06066 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 102 -
CMYK 0 0.50 0.47 0.25
HSL 356.25º 0.43% 0.56% -
HSV(B) 356.25º 0.5% 0.75% -
XYZ 28.32 20.53 15.04 -
YUV 125.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 192 96 102 0 0.50 0.47 0.25 356.25 0.43 0.56
Hex C0 60 66 0 32 2F 19 164 2B 38
Octal 300 140 146 0 62 57 31 544 53 70
Binary 11000000 1100000 1100110 0 110010 101111 11001 101100100 101011 111000

Color Harmonies of #C06066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06066

Black with #C06066

Text Example


Text Example

White with #C06066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06066; }

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

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

background-color css

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

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

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

border-color css

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

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

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