Html Css Color HEX #C26066 Mandy

📋 copy color: '#C26066'

red 194 ◦ green 96 ◦ blue 102

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

Shades of Mandy #C26066

Tints of Mandy #C26066

RGB

 RED value IS 194 (76.17% from 255) = 49.49%

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

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

R = 49.49%
G = 24.49%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C26066 (or 0xC26066) is known color: Mandy. HEX triplet: C2, 60 and 66. RGB value is (194,96,102). Sum of RGB (Red+Green+Blue) = 194+96+102=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C26066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26066 is #3D9F99. Grayscale: #7E7E7E. Windows color (decimal): -4038554 or 6709442. OLE color: 6709442.

HSL color Cylindrical-coordinate representation of color #C26066: hue angle of 356.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26066 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 102 -
CMYK 0 0.51 0.47 0.24
HSL 356.33º 0.45% 0.57% -
HSV(B) 356.33º 0.51% 0.76% -
XYZ 28.83 20.79 15.06 -
YUV 125.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 194 96 102 0 0.51 0.47 0.24 356.33 0.45 0.57
Hex C2 60 66 0 33 2F 18 164 2D 39
Octal 302 140 146 0 63 57 30 544 55 71
Binary 11000010 1100000 1100110 0 110011 101111 11000 101100100 101101 111001

Color Harmonies of #C26066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26066

Black with #C26066

Text Example


Text Example

White with #C26066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26066; }

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

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

background-color css

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

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

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

border-color css

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

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

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