Html Css Color HEX #C76F68 Contessa

📋 copy color: '#C76F68'

red 199 ◦ green 111 ◦ blue 104

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

Shades of Contessa #C76F68

Tints of Contessa #C76F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

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

R = 48.07%
G = 26.81%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C76F68 (or 0xC76F68) is known color: Contessa. HEX triplet: C7, 6F and 68. RGB value is (199,111,104). Sum of RGB (Red+Green+Blue) = 199+111+104=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F68 is #389097. Grayscale: #888888. Windows color (decimal): -3707032 or 6844359. OLE color: 6844359.

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

Color convert

RGB 199 111 104 -
CMYK 0 0.44 0.48 0.22
HSL 4.42º 0.46% 0.59% -
HSV(B) 4.42º 0.48% 0.78% -
XYZ 31.74 24.51 16.16 -
YUV 136.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 199 111 104 0 0.44 0.48 0.22 4.42 0.46 0.59
Hex C7 6F 68 0 2C 30 16 4 2E 3B
Octal 307 157 150 0 54 60 26 4 56 73
Binary 11000111 1101111 1101000 0 101100 110000 10110 100 101110 111011

Color Harmonies of #C76F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F68

Black with #C76F68

Text Example


Text Example

White with #C76F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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