Html Css Color HEX #C6656A Cabaret

📋 copy color: '#C6656A'

red 198 ◦ green 101 ◦ blue 106

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

Shades of Cabaret #C6656A

Tints of Cabaret #C6656A

RGB

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

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

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

R = 48.89%
G = 24.94%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6656A (or 0xC6656A) is known color: Cabaret. HEX triplet: C6, 65 and 6A. RGB value is (198,101,106). Sum of RGB (Red+Green+Blue) = 198+101+106=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6656A is #399A95. Grayscale: #828282. Windows color (decimal): -3775126 or 6972870. OLE color: 6972870.

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

Color convert

RGB 198 101 106 -
CMYK 0 0.49 0.46 0.22
HSL 356.91º 0.46% 0.59% -
HSV(B) 356.91º 0.49% 0.78% -
XYZ 30.54 22.35 16.34 -
YUV 130.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 198 101 106 0 0.49 0.46 0.22 356.91 0.46 0.59
Hex C6 65 6A 0 31 2E 16 165 2E 3B
Octal 306 145 152 0 61 56 26 545 56 73
Binary 11000110 1100101 1101010 0 110001 101110 10110 101100101 101110 111011

Color Harmonies of #C6656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6656A

Black with #C6656A

Text Example


Text Example

White with #C6656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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