Html Css Color HEX #C26566 Mandy

📋 copy color: '#C26566'

red 194 ◦ green 101 ◦ blue 102

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

Shades of Mandy #C26566

Tints of Mandy #C26566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 48.87%
G = 25.44%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C26566 (or 0xC26566) is known color: Mandy. HEX triplet: C2, 65 and 66. RGB value is (194,101,102). Sum of RGB (Red+Green+Blue) = 194+101+102=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C26566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26566 is #3D9A99. Grayscale: #818181. Windows color (decimal): -4037274 or 6710722. OLE color: 6710722.

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

Color convert

RGB 194 101 102 -
CMYK 0 0.48 0.47 0.24
HSL 359.35º 0.43% 0.58% -
HSV(B) 359.35º 0.48% 0.76% -
XYZ 29.3 21.74 15.22 -
YUV 128.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 194 101 102 0 0.48 0.47 0.24 359.35 0.43 0.58
Hex C2 65 66 0 30 2F 18 167 2B 3A
Octal 302 145 146 0 60 57 30 547 53 72
Binary 11000010 1100101 1100110 0 110000 101111 11000 101100111 101011 111010

Color Harmonies of #C26566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26566

Black with #C26566

Text Example


Text Example

White with #C26566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26566; }

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

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

background-color css

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

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

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

border-color css

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

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

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