Html Css Color HEX #C76876 Cabaret

📋 copy color: '#C76876'

red 199 ◦ green 104 ◦ blue 118

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

Shades of Cabaret #C76876

Tints of Cabaret #C76876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

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

R = 47.27%
G = 24.7%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76876 (or 0xC76876) is known color: Cabaret. HEX triplet: C7, 68 and 76. RGB value is (199,104,118). Sum of RGB (Red+Green+Blue) = 199+104+118=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C76876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76876 is #389789. Grayscale: #868686. Windows color (decimal): -3708810 or 7760071. OLE color: 7760071.

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

Color convert

RGB 199 104 118 -
CMYK 0 0.48 0.41 0.22
HSL 351.16º 0.46% 0.59% -
HSV(B) 351.16º 0.48% 0.78% -
XYZ 31.77 23.35 19.97 -
YUV 134 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 199 104 118 0 0.48 0.41 0.22 351.16 0.46 0.59
Hex C7 68 76 0 30 29 16 15F 2E 3B
Octal 307 150 166 0 60 51 26 537 56 73
Binary 11000111 1101000 1110110 0 110000 101001 10110 101011111 101110 111011

Color Harmonies of #C76876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76876

Black with #C76876

Text Example


Text Example

White with #C76876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76876; }

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

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

background-color css

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

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

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

border-color css

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

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

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