Html Css Color HEX #C26A63 Contessa

📋 copy color: '#C26A63'

red 194 ◦ green 106 ◦ blue 99

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

Shades of Contessa #C26A63

Tints of Contessa #C26A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

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

R = 48.62%
G = 26.57%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C26A63 (or 0xC26A63) is known color: Contessa. HEX triplet: C2, 6A and 63. RGB value is (194,106,99). Sum of RGB (Red+Green+Blue) = 194+106+99=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A63 is #3D959C. Grayscale: #838383. Windows color (decimal): -4035997 or 6515394. OLE color: 6515394.

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

Color convert

RGB 194 106 99 -
CMYK 0 0.45 0.49 0.24
HSL 4.42º 0.44% 0.57% -
HSV(B) 4.42º 0.49% 0.76% -
XYZ 29.65 22.68 14.62 -
YUV 131.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 194 106 99 0 0.45 0.49 0.24 4.42 0.44 0.57
Hex C2 6A 63 0 2D 31 18 4 2C 39
Octal 302 152 143 0 55 61 30 4 54 71
Binary 11000010 1101010 1100011 0 101101 110001 11000 100 101100 111001

Color Harmonies of #C26A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A63

Black with #C26A63

Text Example


Text Example

White with #C26A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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