Html Css Color HEX #C2766D Contessa

📋 copy color: '#C2766D'

red 194 ◦ green 118 ◦ blue 109

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

Shades of Contessa #C2766D

Tints of Contessa #C2766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.03%

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 46.08%
G = 28.03%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2766D (or 0xC2766D) is known color: Contessa. HEX triplet: C2, 76 and 6D. RGB value is (194,118,109). Sum of RGB (Red+Green+Blue) = 194+118+109=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2766D is #3D8992. Grayscale: #8B8B8B. Windows color (decimal): -4032915 or 7173826. OLE color: 7173826.

HSL color Cylindrical-coordinate representation of color #C2766D: hue angle of 6.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2766D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 109 -
CMYK 0 0.39 0.44 0.24
HSL 6.35º 0.41% 0.59% -
HSV(B) 6.35º 0.44% 0.76% -
XYZ 31.49 25.53 17.74 -
YUV 139.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 194 118 109 0 0.39 0.44 0.24 6.35 0.41 0.59
Hex C2 76 6D 0 27 2C 18 6 29 3B
Octal 302 166 155 0 47 54 30 6 51 73
Binary 11000010 1110110 1101101 0 100111 101100 11000 110 101001 111011

Color Harmonies of #C2766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2766D

Black with #C2766D

Text Example


Text Example

White with #C2766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2766D; }

 p { color: rgb(194,118,109); }

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

background-color css

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

 a { background-color: rgb(194,118,109); }

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

border-color css

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

 span { border-color: rgb(194,118,109); }

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