Html Css Color HEX #C76976 Cabaret

📋 copy color: '#C76976'

red 199 ◦ green 105 ◦ blue 118

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

Shades of Cabaret #C76976

Tints of Cabaret #C76976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

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

R = 47.16%
G = 24.88%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76976 (or 0xC76976) is known color: Cabaret. HEX triplet: C7, 69 and 76. RGB value is (199,105,118). Sum of RGB (Red+Green+Blue) = 199+105+118=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C76976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76976 is #389689. Grayscale: #868686. Windows color (decimal): -3708554 or 7760327. OLE color: 7760327.

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

Color convert

RGB 199 105 118 -
CMYK 0 0.47 0.41 0.22
HSL 351.7º 0.46% 0.6% -
HSV(B) 351.7º 0.47% 0.78% -
XYZ 31.87 23.55 20.01 -
YUV 134.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 199 105 118 0 0.47 0.41 0.22 351.7 0.46 0.6
Hex C7 69 76 0 2F 29 16 160 2E 3C
Octal 307 151 166 0 57 51 26 540 56 74
Binary 11000111 1101001 1110110 0 101111 101001 10110 101100000 101110 111100

Color Harmonies of #C76976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76976

Black with #C76976

Text Example


Text Example

White with #C76976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76976; }

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

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

background-color css

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

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

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

border-color css

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

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

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