Html Css Color HEX #C76373 Cabaret

📋 copy color: '#C76373'

red 199 ◦ green 99 ◦ blue 115

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

Shades of Cabaret #C76373

Tints of Cabaret #C76373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.97%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 48.18%
G = 23.97%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C76373 (or 0xC76373) is known color: Cabaret. HEX triplet: C7, 63 and 73. RGB value is (199,99,115). Sum of RGB (Red+Green+Blue) = 199+99+115=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C76373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76373 is #389C8C. Grayscale: #828282. Windows color (decimal): -3710093 or 7562183. OLE color: 7562183.

HSL color Cylindrical-coordinate representation of color #C76373: hue angle of 350.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76373 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 115 -
CMYK 0 0.50 0.42 0.22
HSL 350.4º 0.47% 0.58% -
HSV(B) 350.4º 0.5% 0.78% -
XYZ 31.11 22.3 18.89 -
YUV 130.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 199 99 115 0 0.50 0.42 0.22 350.4 0.47 0.58
Hex C7 63 73 0 32 2A 16 15E 2F 3A
Octal 307 143 163 0 62 52 26 536 57 72
Binary 11000111 1100011 1110011 0 110010 101010 10110 101011110 101111 111010

Color Harmonies of #C76373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76373

Black with #C76373

Text Example


Text Example

White with #C76373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76373; }

 p { color: rgb(199,99,115); }

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

background-color css

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

 a { background-color: rgb(199,99,115); }

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

border-color css

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

 span { border-color: rgb(199,99,115); }

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