Html Css Color HEX #C26062 Mandy

📋 copy color: '#C26062'

red 194 ◦ green 96 ◦ blue 98

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

Shades of Mandy #C26062

Tints of Mandy #C26062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 50%
G = 24.74%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C26062 (or 0xC26062) is known color: Mandy. HEX triplet: C2, 60 and 62. RGB value is (194,96,98). Sum of RGB (Red+Green+Blue) = 194+96+98=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C26062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26062 is #3D9F9D. Grayscale: #7D7D7D. Windows color (decimal): -4038558 or 6447298. OLE color: 6447298.

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

Color convert

RGB 194 96 98 -
CMYK 0 0.51 0.49 0.24
HSL 358.78º 0.45% 0.57% -
HSV(B) 358.78º 0.51% 0.76% -
XYZ 28.64 20.72 14.04 -
YUV 125.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 194 96 98 0 0.51 0.49 0.24 358.78 0.45 0.57
Hex C2 60 62 0 33 31 18 167 2D 39
Octal 302 140 142 0 63 61 30 547 55 71
Binary 11000010 1100000 1100010 0 110011 110001 11000 101100111 101101 111001

Color Harmonies of #C26062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26062

Black with #C26062

Text Example


Text Example

White with #C26062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26062; }

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

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

background-color css

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

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

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

border-color css

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

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

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