Html Css Color HEX #C06266 Mandy

📋 copy color: '#C06266'

red 192 ◦ green 98 ◦ blue 102

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

Shades of Mandy #C06266

Tints of Mandy #C06266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

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

R = 48.98%
G = 25%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06266 (or 0xC06266) is known color: Mandy. HEX triplet: C0, 62 and 66. RGB value is (192,98,102). Sum of RGB (Red+Green+Blue) = 192+98+102=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06266 is #3F9D99. Grayscale: #7E7E7E. Windows color (decimal): -4169114 or 6709952. OLE color: 6709952.

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

Color convert

RGB 192 98 102 -
CMYK 0 0.49 0.47 0.25
HSL 357.45º 0.43% 0.57% -
HSV(B) 357.45º 0.49% 0.75% -
XYZ 28.5 20.9 15.1 -
YUV 126.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 192 98 102 0 0.49 0.47 0.25 357.45 0.43 0.57
Hex C0 62 66 0 31 2F 19 165 2B 39
Octal 300 142 146 0 61 57 31 545 53 71
Binary 11000000 1100010 1100110 0 110001 101111 11001 101100101 101011 111001

Color Harmonies of #C06266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06266

Black with #C06266

Text Example


Text Example

White with #C06266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06266; }

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

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

background-color css

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

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

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

border-color css

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

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

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