Html Css Color HEX #C26366 Mandy

📋 copy color: '#C26366'

red 194 ◦ green 99 ◦ blue 102

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

Shades of Mandy #C26366

Tints of Mandy #C26366

RGB

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

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

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

R = 49.11%
G = 25.06%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C26366 (or 0xC26366) is known color: Mandy. HEX triplet: C2, 63 and 66. RGB value is (194,99,102). Sum of RGB (Red+Green+Blue) = 194+99+102=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C26366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26366 is #3D9C99. Grayscale: #7F7F7F. Windows color (decimal): -4037786 or 6710210. OLE color: 6710210.

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

Color convert

RGB 194 99 102 -
CMYK 0 0.49 0.47 0.24
HSL 358.11º 0.44% 0.57% -
HSV(B) 358.11º 0.49% 0.76% -
XYZ 29.11 21.35 15.16 -
YUV 127.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 194 99 102 0 0.49 0.47 0.24 358.11 0.44 0.57
Hex C2 63 66 0 31 2F 18 166 2C 39
Octal 302 143 146 0 61 57 30 546 54 71
Binary 11000010 1100011 1100110 0 110001 101111 11000 101100110 101100 111001

Color Harmonies of #C26366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26366

Black with #C26366

Text Example


Text Example

White with #C26366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26366; }

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

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

background-color css

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

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

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

border-color css

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

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

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