Html Css Color HEX #C76473 Cabaret

📋 copy color: '#C76473'

red 199 ◦ green 100 ◦ blue 115

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

Shades of Cabaret #C76473

Tints of Cabaret #C76473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

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

R = 48.07%
G = 24.15%
B = 27.78%

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

#C76473 (or 0xC76473) is known color: Cabaret. HEX triplet: C7, 64 and 73. RGB value is (199,100,115). Sum of RGB (Red+Green+Blue) = 199+100+115=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76473 is #389B8C. Grayscale: #838383. Windows color (decimal): -3709837 or 7562439. OLE color: 7562439.

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

Color convert

RGB 199 100 115 -
CMYK 0 0.50 0.42 0.22
HSL 350.91º 0.47% 0.59% -
HSV(B) 350.91º 0.5% 0.78% -
XYZ 31.2 22.49 18.92 -
YUV 131.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 199 100 115 0 0.50 0.42 0.22 350.91 0.47 0.59
Hex C7 64 73 0 32 2A 16 15F 2F 3B
Octal 307 144 163 0 62 52 26 537 57 73
Binary 11000111 1100100 1110011 0 110010 101010 10110 101011111 101111 111011

Color Harmonies of #C76473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76473

Black with #C76473

Text Example


Text Example

White with #C76473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76473; }

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

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

background-color css

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

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

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

border-color css

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

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

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