Html Css Color HEX #C76968 Contessa

📋 copy color: '#C76968'

red 199 ◦ green 105 ◦ blue 104

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

Shades of Contessa #C76968

Tints of Contessa #C76968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

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

R = 48.77%
G = 25.74%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C76968 (or 0xC76968) is known color: Contessa. HEX triplet: C7, 69 and 68. RGB value is (199,105,104). Sum of RGB (Red+Green+Blue) = 199+105+104=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C76968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76968 is #389697. Grayscale: #858585. Windows color (decimal): -3708568 or 6842823. OLE color: 6842823.

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

Color convert

RGB 199 105 104 -
CMYK 0 0.47 0.48 0.22
HSL 0.63º 0.46% 0.59% -
HSV(B) 0.63º 0.48% 0.78% -
XYZ 31.1 23.24 15.94 -
YUV 132.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 199 105 104 0 0.47 0.48 0.22 0.63 0.46 0.59
Hex C7 69 68 0 2F 30 16 1 2E 3B
Octal 307 151 150 0 57 60 26 1 56 73
Binary 11000111 1101001 1101000 0 101111 110000 10110 1 101110 111011

Color Harmonies of #C76968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76968

Black with #C76968

Text Example


Text Example

White with #C76968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76968; }

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

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

background-color css

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

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

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

border-color css

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

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

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