Html Css Color HEX #C6656C Cabaret

📋 copy color: '#C6656C'

red 198 ◦ green 101 ◦ blue 108

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

Shades of Cabaret #C6656C

Tints of Cabaret #C6656C

RGB

 RED value IS 198 (77.73% from 255) = 48.65%

 GREEN value IS 101 (39.84% from 255) = 24.82%

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

R = 48.65%
G = 24.82%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6656C (or 0xC6656C) is known color: Cabaret. HEX triplet: C6, 65 and 6C. RGB value is (198,101,108). Sum of RGB (Red+Green+Blue) = 198+101+108=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6656C is #399A93. Grayscale: #828282. Windows color (decimal): -3775124 or 7103942. OLE color: 7103942.

HSL color Cylindrical-coordinate representation of color #C6656C: hue angle of 355.67º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6656C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 108 -
CMYK 0 0.49 0.45 0.22
HSL 355.67º 0.46% 0.59% -
HSV(B) 355.67º 0.49% 0.78% -
XYZ 30.65 22.4 16.89 -
YUV 130.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 198 101 108 0 0.49 0.45 0.22 355.67 0.46 0.59
Hex C6 65 6C 0 31 2D 16 164 2E 3B
Octal 306 145 154 0 61 55 26 544 56 73
Binary 11000110 1100101 1101100 0 110001 101101 10110 101100100 101110 111011

Color Harmonies of #C6656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6656C

Black with #C6656C

Text Example


Text Example

White with #C6656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6656C; }

 p { color: rgb(198,101,108); }

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

background-color css

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

 a { background-color: rgb(198,101,108); }

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

border-color css

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

 span { border-color: rgb(198,101,108); }

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