Html Css Color HEX #C26A61 Contessa

📋 copy color: '#C26A61'

red 194 ◦ green 106 ◦ blue 97

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

Shades of Contessa #C26A61

Tints of Contessa #C26A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.43%

R = 48.87%
G = 26.7%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C26A61 (or 0xC26A61) is known color: Contessa. HEX triplet: C2, 6A and 61. RGB value is (194,106,97). Sum of RGB (Red+Green+Blue) = 194+106+97=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A61 is #3D959E. Grayscale: #838383. Windows color (decimal): -4035999 or 6384322. OLE color: 6384322.

HSL color Cylindrical-coordinate representation of color #C26A61: hue angle of 5.57º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26A61 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 106 97 -
CMYK 0 0.45 0.50 0.24
HSL 5.57º 0.44% 0.57% -
HSV(B) 5.57º 0.5% 0.76% -
XYZ 29.56 22.64 14.12 -
YUV 131.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 194 106 97 0 0.45 0.50 0.24 5.57 0.44 0.57
Hex C2 6A 61 0 2D 32 18 6 2C 39
Octal 302 152 141 0 55 62 30 6 54 71
Binary 11000010 1101010 1100001 0 101101 110010 11000 110 101100 111001

Color Harmonies of #C26A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A61

Black with #C26A61

Text Example


Text Example

White with #C26A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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