Html Css Color HEX #C76174 Cabaret

📋 copy color: '#C76174'

red 199 ◦ green 97 ◦ blue 116

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

Shades of Cabaret #C76174

Tints of Cabaret #C76174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 48.3%
G = 23.54%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C76174 (or 0xC76174) is known color: Cabaret. HEX triplet: C7, 61 and 74. RGB value is (199,97,116). Sum of RGB (Red+Green+Blue) = 199+97+116=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76174 is #389E8B. Grayscale: #818181. Windows color (decimal): -3710604 or 7627207. OLE color: 7627207.

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

Color convert

RGB 199 97 116 -
CMYK 0 0.51 0.42 0.22
HSL 348.82º 0.48% 0.58% -
HSV(B) 348.82º 0.51% 0.78% -
XYZ 30.98 21.95 19.13 -
YUV 129.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 199 97 116 0 0.51 0.42 0.22 348.82 0.48 0.58
Hex C7 61 74 0 33 2A 16 15D 30 3A
Octal 307 141 164 0 63 52 26 535 60 72
Binary 11000111 1100001 1110100 0 110011 101010 10110 101011101 110000 111010

Color Harmonies of #C76174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76174

Black with #C76174

Text Example


Text Example

White with #C76174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76174; }

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

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

background-color css

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

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

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

border-color css

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

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

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