Html Css Color HEX #C76176 Cabaret

📋 copy color: '#C76176'

red 199 ◦ green 97 ◦ blue 118

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

Shades of Cabaret #C76176

Tints of Cabaret #C76176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

 BLUE value IS 118 (46.48% from 255) = 28.5%

R = 48.07%
G = 23.43%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76176 (or 0xC76176) is known color: Cabaret. HEX triplet: C7, 61 and 76. RGB value is (199,97,118). Sum of RGB (Red+Green+Blue) = 199+97+118=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76176 is #389E89. Grayscale: #818181. Windows color (decimal): -3710602 or 7758279. OLE color: 7758279.

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

Color convert

RGB 199 97 118 -
CMYK 0 0.51 0.41 0.22
HSL 347.65º 0.48% 0.58% -
HSV(B) 347.65º 0.51% 0.78% -
XYZ 31.1 22 19.75 -
YUV 129.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 199 97 118 0 0.51 0.41 0.22 347.65 0.48 0.58
Hex C7 61 76 0 33 29 16 15C 30 3A
Octal 307 141 166 0 63 51 26 534 60 72
Binary 11000111 1100001 1110110 0 110011 101001 10110 101011100 110000 111010

Color Harmonies of #C76176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76176

Black with #C76176

Text Example


Text Example

White with #C76176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76176; }

 p { color: rgb(199,97,118); }

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

background-color css

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

 a { background-color: rgb(199,97,118); }

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

border-color css

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

 span { border-color: rgb(199,97,118); }

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