Html Css Color HEX #C26F63 Contessa

📋 copy color: '#C26F63'

red 194 ◦ green 111 ◦ blue 99

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

Shades of Contessa #C26F63

Tints of Contessa #C26F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.48%

 BLUE value IS 99 (39.06% from 255) = 24.5%

R = 48.02%
G = 27.48%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C26F63 (or 0xC26F63) is known color: Contessa. HEX triplet: C2, 6F and 63. RGB value is (194,111,99). Sum of RGB (Red+Green+Blue) = 194+111+99=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F63 is #3D909C. Grayscale: #868686. Windows color (decimal): -4034717 or 6516674. OLE color: 6516674.

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

Color convert

RGB 194 111 99 -
CMYK 0 0.43 0.49 0.24
HSL 7.58º 0.44% 0.57% -
HSV(B) 7.58º 0.49% 0.76% -
XYZ 30.18 23.74 14.8 -
YUV 134.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 194 111 99 0 0.43 0.49 0.24 7.58 0.44 0.57
Hex C2 6F 63 0 2B 31 18 8 2C 39
Octal 302 157 143 0 53 61 30 10 54 71
Binary 11000010 1101111 1100011 0 101011 110001 11000 1000 101100 111001

Color Harmonies of #C26F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F63

Black with #C26F63

Text Example


Text Example

White with #C26F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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