Html Css Color HEX #C26C61 Contessa

📋 copy color: '#C26C61'

red 194 ◦ green 108 ◦ blue 97

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

Shades of Contessa #C26C61

Tints of Contessa #C26C61

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

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

R = 48.62%
G = 27.07%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C26C61 (or 0xC26C61) is known color: Contessa. HEX triplet: C2, 6C and 61. RGB value is (194,108,97). Sum of RGB (Red+Green+Blue) = 194+108+97=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C61 is #3D939E. Grayscale: #848484. Windows color (decimal): -4035487 or 6384834. OLE color: 6384834.

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

Color convert

RGB 194 108 97 -
CMYK 0 0.44 0.50 0.24
HSL 6.8º 0.44% 0.57% -
HSV(B) 6.8º 0.5% 0.76% -
XYZ 29.77 23.06 14.19 -
YUV 132.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 194 108 97 0 0.44 0.50 0.24 6.8 0.44 0.57
Hex C2 6C 61 0 2C 32 18 7 2C 39
Octal 302 154 141 0 54 62 30 7 54 71
Binary 11000010 1101100 1100001 0 101100 110010 11000 111 101100 111001

Color Harmonies of #C26C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C61

Black with #C26C61

Text Example


Text Example

White with #C26C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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