Html Css Color HEX #C76661 Contessa

📋 copy color: '#C76661'

red 199 ◦ green 102 ◦ blue 97

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

Shades of Contessa #C76661

Tints of Contessa #C76661

RGB

 RED value IS 199 (78.13% from 255) = 50%

 GREEN value IS 102 (40.23% from 255) = 25.63%

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

R = 50%
G = 25.63%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C76661 (or 0xC76661) is known color: Contessa. HEX triplet: C7, 66 and 61. RGB value is (199,102,97). Sum of RGB (Red+Green+Blue) = 199+102+97=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C76661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76661 is #38999E. Grayscale: #828282. Windows color (decimal): -3709343 or 6383303. OLE color: 6383303.

HSL color Cylindrical-coordinate representation of color #C76661: hue angle of 2.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76661 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 102 97 -
CMYK 0 0.49 0.51 0.22
HSL 2.94º 0.48% 0.58% -
HSV(B) 2.94º 0.51% 0.78% -
XYZ 30.46 22.51 14.05 -
YUV 130.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 199 102 97 0 0.49 0.51 0.22 2.94 0.48 0.58
Hex C7 66 61 0 31 33 16 3 30 3A
Octal 307 146 141 0 61 63 26 3 60 72
Binary 11000111 1100110 1100001 0 110001 110011 10110 11 110000 111010

Color Harmonies of #C76661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76661

Black with #C76661

Text Example


Text Example

White with #C76661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76661; }

 p { color: rgb(199,102,97); }

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

background-color css

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

 a { background-color: rgb(199,102,97); }

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

border-color css

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

 span { border-color: rgb(199,102,97); }

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