Html Css Color HEX #C1606E Cabaret

📋 copy color: '#C1606E'

red 193 ◦ green 96 ◦ blue 110

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

Shades of Cabaret #C1606E

Tints of Cabaret #C1606E

RGB

 RED value IS 193 (75.78% from 255) = 48.37%

 GREEN value IS 96 (37.89% from 255) = 24.06%

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 48.37%
G = 24.06%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1606E (or 0xC1606E) is known color: Cabaret. HEX triplet: C1, 60 and 6E. RGB value is (193,96,110). Sum of RGB (Red+Green+Blue) = 193+96+110=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1606E is #3E9F91. Grayscale: #7E7E7E. Windows color (decimal): -4104082 or 7233729. OLE color: 7233729.

HSL color Cylindrical-coordinate representation of color #C1606E: hue angle of 351.34º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1606E is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 110 -
CMYK 0 0.50 0.43 0.24
HSL 351.34º 0.44% 0.57% -
HSV(B) 351.34º 0.5% 0.76% -
XYZ 28.99 20.83 17.24 -
YUV 126.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 193 96 110 0 0.50 0.43 0.24 351.34 0.44 0.57
Hex C1 60 6E 0 32 2B 18 15F 2C 39
Octal 301 140 156 0 62 53 30 537 54 71
Binary 11000001 1100000 1101110 0 110010 101011 11000 101011111 101100 111001

Color Harmonies of #C1606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1606E

Black with #C1606E

Text Example


Text Example

White with #C1606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1606E; }

 p { color: rgb(193,96,110); }

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

background-color css

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

 a { background-color: rgb(193,96,110); }

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

border-color css

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

 span { border-color: rgb(193,96,110); }

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