Html Css Color HEX #C26465 Mandy

📋 copy color: '#C26465'

red 194 ◦ green 100 ◦ blue 101

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

Shades of Mandy #C26465

Tints of Mandy #C26465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 101 (39.84% from 255) = 25.57%

R = 49.11%
G = 25.32%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C26465 (or 0xC26465) is known color: Mandy. HEX triplet: C2, 64 and 65. RGB value is (194,100,101). Sum of RGB (Red+Green+Blue) = 194+100+101=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C26465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26465 is #3D9B9A. Grayscale: #808080. Windows color (decimal): -4037531 or 6644930. OLE color: 6644930.

HSL color Cylindrical-coordinate representation of color #C26465: hue angle of 359.36º degrees, saturation: 0.44, 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 #C26465 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 101 -
CMYK 0 0.48 0.48 0.24
HSL 359.36º 0.44% 0.58% -
HSV(B) 359.36º 0.48% 0.76% -
XYZ 29.15 21.52 14.93 -
YUV 128.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 194 100 101 0 0.48 0.48 0.24 359.36 0.44 0.58
Hex C2 64 65 0 30 30 18 167 2C 3A
Octal 302 144 145 0 60 60 30 547 54 72
Binary 11000010 1100100 1100101 0 110000 110000 11000 101100111 101100 111010

Color Harmonies of #C26465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26465

Black with #C26465

Text Example


Text Example

White with #C26465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26465; }

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

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

background-color css

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

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

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

border-color css

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

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

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