Html Css Color HEX #C6617A Cabaret

📋 copy color: '#C6617A'

red 198 ◦ green 97 ◦ blue 122

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

Shades of Cabaret #C6617A

Tints of Cabaret #C6617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 47.48%
G = 23.26%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6617A (or 0xC6617A) is known color: Cabaret. HEX triplet: C6, 61 and 7A. RGB value is (198,97,122). Sum of RGB (Red+Green+Blue) = 198+97+122=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6617A is #399E85. Grayscale: #828282. Windows color (decimal): -3776134 or 8020422. OLE color: 8020422.

HSL color Cylindrical-coordinate representation of color #C6617A: hue angle of 345.15º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6617A is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 122 -
CMYK 0 0.51 0.38 0.22
HSL 345.15º 0.47% 0.58% -
HSV(B) 345.15º 0.51% 0.78% -
XYZ 31.08 21.96 21.01 -
YUV 130.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 198 97 122 0 0.51 0.38 0.22 345.15 0.47 0.58
Hex C6 61 7A 0 33 26 16 159 2F 3A
Octal 306 141 172 0 63 46 26 531 57 72
Binary 11000110 1100001 1111010 0 110011 100110 10110 101011001 101111 111010

Color Harmonies of #C6617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6617A

Black with #C6617A

Text Example


Text Example

White with #C6617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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