Html Css Color HEX #C15666 Cabaret

📋 copy color: '#C15666'

red 193 ◦ green 86 ◦ blue 102

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

Shades of Cabaret #C15666

Tints of Cabaret #C15666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.57%

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 50.66%
G = 22.57%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C15666 (or 0xC15666) is known color: Cabaret. HEX triplet: C1, 56 and 66. RGB value is (193,86,102). Sum of RGB (Red+Green+Blue) = 193+86+102=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C15666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15666 is #3EA999. Grayscale: #777777. Windows color (decimal): -4106650 or 6706881. OLE color: 6706881.

HSL color Cylindrical-coordinate representation of color #C15666: hue angle of 351.03º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15666 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 102 -
CMYK 0 0.55 0.47 0.24
HSL 351.03º 0.46% 0.55% -
HSV(B) 351.03º 0.55% 0.76% -
XYZ 27.72 18.95 14.77 -
YUV 119.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 193 86 102 0 0.55 0.47 0.24 351.03 0.46 0.55
Hex C1 56 66 0 37 2F 18 15F 2E 37
Octal 301 126 146 0 67 57 30 537 56 67
Binary 11000001 1010110 1100110 0 110111 101111 11000 101011111 101110 110111

Color Harmonies of #C15666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15666

Black with #C15666

Text Example


Text Example

White with #C15666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15666; }

 p { color: rgb(193,86,102); }

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

background-color css

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

 a { background-color: rgb(193,86,102); }

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

border-color css

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

 span { border-color: rgb(193,86,102); }

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