Html Css Color HEX #C76178 Cabaret

📋 copy color: '#C76178'

red 199 ◦ green 97 ◦ blue 120

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

Shades of Cabaret #C76178

Tints of Cabaret #C76178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 47.84%
G = 23.32%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C76178 (or 0xC76178) is known color: Cabaret. HEX triplet: C7, 61 and 78. RGB value is (199,97,120). Sum of RGB (Red+Green+Blue) = 199+97+120=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76178 is #389E87. Grayscale: #828282. Windows color (decimal): -3710600 or 7889351. OLE color: 7889351.

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

Color convert

RGB 199 97 120 -
CMYK 0 0.51 0.40 0.22
HSL 346.47º 0.48% 0.58% -
HSV(B) 346.47º 0.51% 0.78% -
XYZ 31.22 22.05 20.38 -
YUV 130.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 199 97 120 0 0.51 0.40 0.22 346.47 0.48 0.58
Hex C7 61 78 0 33 28 16 15A 30 3A
Octal 307 141 170 0 63 50 26 532 60 72
Binary 11000111 1100001 1111000 0 110011 101000 10110 101011010 110000 111010

Color Harmonies of #C76178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76178

Black with #C76178

Text Example


Text Example

White with #C76178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76178; }

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

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

background-color css

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

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

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

border-color css

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

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

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