Html Css Color HEX #C6656F Cabaret

📋 copy color: '#C6656F'

red 198 ◦ green 101 ◦ blue 111

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

Shades of Cabaret #C6656F

Tints of Cabaret #C6656F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 48.29%
G = 24.63%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6656F (or 0xC6656F) is known color: Cabaret. HEX triplet: C6, 65 and 6F. RGB value is (198,101,111). Sum of RGB (Red+Green+Blue) = 198+101+111=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6656F is #399A90. Grayscale: #838383. Windows color (decimal): -3775121 or 7300550. OLE color: 7300550.

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

Color convert

RGB 198 101 111 -
CMYK 0 0.49 0.44 0.22
HSL 353.81º 0.46% 0.59% -
HSV(B) 353.81º 0.49% 0.78% -
XYZ 30.81 22.46 17.75 -
YUV 131.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 198 101 111 0 0.49 0.44 0.22 353.81 0.46 0.59
Hex C6 65 6F 0 31 2C 16 162 2E 3B
Octal 306 145 157 0 61 54 26 542 56 73
Binary 11000110 1100101 1101111 0 110001 101100 10110 101100010 101110 111011

Color Harmonies of #C6656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6656F

Black with #C6656F

Text Example


Text Example

White with #C6656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6656F; }

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

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

background-color css

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

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

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

border-color css

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

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

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