Html Css Color HEX #C76D68 Contessa

📋 copy color: '#C76D68'

red 199 ◦ green 109 ◦ blue 104

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

Shades of Contessa #C76D68

Tints of Contessa #C76D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.46%

 BLUE value IS 104 (41.02% from 255) = 25.24%

R = 48.3%
G = 26.46%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C76D68 (or 0xC76D68) is known color: Contessa. HEX triplet: C7, 6D and 68. RGB value is (199,109,104). Sum of RGB (Red+Green+Blue) = 199+109+104=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D68 is #389297. Grayscale: #878787. Windows color (decimal): -3707544 or 6843847. OLE color: 6843847.

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

Color convert

RGB 199 109 104 -
CMYK 0 0.45 0.48 0.22
HSL 3.16º 0.46% 0.59% -
HSV(B) 3.16º 0.48% 0.78% -
XYZ 31.52 24.08 16.08 -
YUV 135.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 199 109 104 0 0.45 0.48 0.22 3.16 0.46 0.59
Hex C7 6D 68 0 2D 30 16 3 2E 3B
Octal 307 155 150 0 55 60 26 3 56 73
Binary 11000111 1101101 1101000 0 101101 110000 10110 11 101110 111011

Color Harmonies of #C76D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D68

Black with #C76D68

Text Example


Text Example

White with #C76D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D68; }

 p { color: rgb(199,109,104); }

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

background-color css

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

 a { background-color: rgb(199,109,104); }

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

border-color css

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

 span { border-color: rgb(199,109,104); }

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