Html Css Color HEX #C76676 Cabaret

📋 copy color: '#C76676'

red 199 ◦ green 102 ◦ blue 118

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

Shades of Cabaret #C76676

Tints of Cabaret #C76676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

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

R = 47.49%
G = 24.34%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76676 (or 0xC76676) is known color: Cabaret. HEX triplet: C7, 66 and 76. RGB value is (199,102,118). Sum of RGB (Red+Green+Blue) = 199+102+118=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C76676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76676 is #389989. Grayscale: #848484. Windows color (decimal): -3709322 or 7759559. OLE color: 7759559.

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

Color convert

RGB 199 102 118 -
CMYK 0 0.49 0.41 0.22
HSL 350.1º 0.46% 0.59% -
HSV(B) 350.1º 0.49% 0.78% -
XYZ 31.57 22.95 19.91 -
YUV 132.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 199 102 118 0 0.49 0.41 0.22 350.1 0.46 0.59
Hex C7 66 76 0 31 29 16 15E 2E 3B
Octal 307 146 166 0 61 51 26 536 56 73
Binary 11000111 1100110 1110110 0 110001 101001 10110 101011110 101110 111011

Color Harmonies of #C76676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76676

Black with #C76676

Text Example


Text Example

White with #C76676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76676; }

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

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

background-color css

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

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

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

border-color css

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

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

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