Html Css Color HEX #C76276 Cabaret

📋 copy color: '#C76276'

red 199 ◦ green 98 ◦ blue 118

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

Shades of Cabaret #C76276

Tints of Cabaret #C76276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.61%

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

R = 47.95%
G = 23.61%
B = 28.43%

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

#C76276 (or 0xC76276) is known color: Cabaret. HEX triplet: C7, 62 and 76. RGB value is (199,98,118). Sum of RGB (Red+Green+Blue) = 199+98+118=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C76276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76276 is #389D89. Grayscale: #828282. Windows color (decimal): -3710346 or 7758535. OLE color: 7758535.

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

Color convert

RGB 199 98 118 -
CMYK 0 0.51 0.41 0.22
HSL 348.12º 0.47% 0.58% -
HSV(B) 348.12º 0.51% 0.78% -
XYZ 31.19 22.19 19.78 -
YUV 130.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 199 98 118 0 0.51 0.41 0.22 348.12 0.47 0.58
Hex C7 62 76 0 33 29 16 15C 2F 3A
Octal 307 142 166 0 63 51 26 534 57 72
Binary 11000111 1100010 1110110 0 110011 101001 10110 101011100 101111 111010

Color Harmonies of #C76276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76276

Black with #C76276

Text Example


Text Example

White with #C76276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76276; }

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

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

background-color css

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

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

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

border-color css

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

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

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