Html Css Color HEX #C7616A Cabaret

📋 copy color: '#C7616A'

red 199 ◦ green 97 ◦ blue 106

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

Shades of Cabaret #C7616A

Tints of Cabaret #C7616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 49.5%
G = 24.13%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7616A (or 0xC7616A) is known color: Cabaret. HEX triplet: C7, 61 and 6A. RGB value is (199,97,106). Sum of RGB (Red+Green+Blue) = 199+97+106=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7616A is #389E95. Grayscale: #808080. Windows color (decimal): -3710614 or 6971847. OLE color: 6971847.

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

Color convert

RGB 199 97 106 -
CMYK 0 0.51 0.47 0.22
HSL 354.71º 0.48% 0.58% -
HSV(B) 354.71º 0.51% 0.78% -
XYZ 30.43 21.73 16.23 -
YUV 128.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 199 97 106 0 0.51 0.47 0.22 354.71 0.48 0.58
Hex C7 61 6A 0 33 2F 16 163 30 3A
Octal 307 141 152 0 63 57 26 543 60 72
Binary 11000111 1100001 1101010 0 110011 101111 10110 101100011 110000 111010

Color Harmonies of #C7616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7616A

Black with #C7616A

Text Example


Text Example

White with #C7616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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