Html Css Color HEX #C76B5F Contessa

📋 copy color: '#C76B5F'

red 199 ◦ green 107 ◦ blue 95

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

Shades of Contessa #C76B5F

Tints of Contessa #C76B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 49.63%
G = 26.68%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C76B5F (or 0xC76B5F) is known color: Contessa. HEX triplet: C7, 6B and 5F. RGB value is (199,107,95). Sum of RGB (Red+Green+Blue) = 199+107+95=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B5F is #3894A0. Grayscale: #858585. Windows color (decimal): -3708065 or 6253511. OLE color: 6253511.

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

Color convert

RGB 199 107 95 -
CMYK 0 0.46 0.52 0.22
HSL 6.92º 0.48% 0.58% -
HSV(B) 6.92º 0.52% 0.78% -
XYZ 30.88 23.48 13.73 -
YUV 133.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 199 107 95 0 0.46 0.52 0.22 6.92 0.48 0.58
Hex C7 6B 5F 0 2E 34 16 7 30 3A
Octal 307 153 137 0 56 64 26 7 60 72
Binary 11000111 1101011 1011111 0 101110 110100 10110 111 110000 111010

Color Harmonies of #C76B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B5F

Black with #C76B5F

Text Example


Text Example

White with #C76B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B5F; }

 p { color: rgb(199,107,95); }

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

background-color css

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

 a { background-color: rgb(199,107,95); }

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

border-color css

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

 span { border-color: rgb(199,107,95); }

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