Html Css Color HEX #C76B6E Cabaret

📋 copy color: '#C76B6E'

red 199 ◦ green 107 ◦ blue 110

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

Shades of Cabaret #C76B6E

Tints of Cabaret #C76B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 47.84%
G = 25.72%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C76B6E (or 0xC76B6E) is known color: Cabaret. HEX triplet: C7, 6B and 6E. RGB value is (199,107,110). Sum of RGB (Red+Green+Blue) = 199+107+110=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B6E is #389491. Grayscale: #868686. Windows color (decimal): -3708050 or 7236551. OLE color: 7236551.

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

Color convert

RGB 199 107 110 -
CMYK 0 0.46 0.45 0.22
HSL 358.04º 0.45% 0.6% -
HSV(B) 358.04º 0.46% 0.78% -
XYZ 31.63 23.78 17.68 -
YUV 134.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 199 107 110 0 0.46 0.45 0.22 358.04 0.45 0.6
Hex C7 6B 6E 0 2E 2D 16 166 2D 3C
Octal 307 153 156 0 56 55 26 546 55 74
Binary 11000111 1101011 1101110 0 101110 101101 10110 101100110 101101 111100

Color Harmonies of #C76B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B6E

Black with #C76B6E

Text Example


Text Example

White with #C76B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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