Html Css Color HEX #C7616C Cabaret

📋 copy color: '#C7616C'

red 199 ◦ green 97 ◦ blue 108

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

Shades of Cabaret #C7616C

Tints of Cabaret #C7616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 49.26%
G = 24.01%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7616C (or 0xC7616C) is known color: Cabaret. HEX triplet: C7, 61 and 6C. RGB value is (199,97,108). Sum of RGB (Red+Green+Blue) = 199+97+108=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7616C is #389E93. Grayscale: #808080. Windows color (decimal): -3710612 or 7102919. OLE color: 7102919.

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

Color convert

RGB 199 97 108 -
CMYK 0 0.51 0.46 0.22
HSL 353.53º 0.48% 0.58% -
HSV(B) 353.53º 0.51% 0.78% -
XYZ 30.53 21.77 16.78 -
YUV 128.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 199 97 108 0 0.51 0.46 0.22 353.53 0.48 0.58
Hex C7 61 6C 0 33 2E 16 162 30 3A
Octal 307 141 154 0 63 56 26 542 60 72
Binary 11000111 1100001 1101100 0 110011 101110 10110 101100010 110000 111010

Color Harmonies of #C7616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7616C

Black with #C7616C

Text Example


Text Example

White with #C7616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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