Html Css Color HEX #C26265 Mandy

📋 copy color: '#C26265'

red 194 ◦ green 98 ◦ blue 101

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

Shades of Mandy #C26265

Tints of Mandy #C26265

RGB

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

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

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

R = 49.36%
G = 24.94%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C26265 (or 0xC26265) is known color: Mandy. HEX triplet: C2, 62 and 65. RGB value is (194,98,101). Sum of RGB (Red+Green+Blue) = 194+98+101=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C26265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26265 is #3D9D9A. Grayscale: #7F7F7F. Windows color (decimal): -4038043 or 6644418. OLE color: 6644418.

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

Color convert

RGB 194 98 101 -
CMYK 0 0.49 0.48 0.24
HSL 358.13º 0.44% 0.57% -
HSV(B) 358.13º 0.49% 0.76% -
XYZ 28.96 21.14 14.87 -
YUV 127.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 194 98 101 0 0.49 0.48 0.24 358.13 0.44 0.57
Hex C2 62 65 0 31 30 18 166 2C 39
Octal 302 142 145 0 61 60 30 546 54 71
Binary 11000010 1100010 1100101 0 110001 110000 11000 101100110 101100 111001

Color Harmonies of #C26265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26265

Black with #C26265

Text Example


Text Example

White with #C26265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26265; }

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

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

background-color css

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

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

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

border-color css

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

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

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