Html Css Color HEX #C6657A Cabaret

📋 copy color: '#C6657A'

red 198 ◦ green 101 ◦ blue 122

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

Shades of Cabaret #C6657A

Tints of Cabaret #C6657A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 47.03%
G = 23.99%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6657A (or 0xC6657A) is known color: Cabaret. HEX triplet: C6, 65 and 7A. RGB value is (198,101,122). Sum of RGB (Red+Green+Blue) = 198+101+122=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6657A is #399A85. Grayscale: #848484. Windows color (decimal): -3775110 or 8021446. OLE color: 8021446.

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

Color convert

RGB 198 101 122 -
CMYK 0 0.49 0.38 0.22
HSL 347.01º 0.46% 0.59% -
HSV(B) 347.01º 0.49% 0.78% -
XYZ 31.46 22.72 21.14 -
YUV 132.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 198 101 122 0 0.49 0.38 0.22 347.01 0.46 0.59
Hex C6 65 7A 0 31 26 16 15B 2E 3B
Octal 306 145 172 0 61 46 26 533 56 73
Binary 11000110 1100101 1111010 0 110001 100110 10110 101011011 101110 111011

Color Harmonies of #C6657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6657A

Black with #C6657A

Text Example


Text Example

White with #C6657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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