Html Css Color HEX #C6617D Cabaret

📋 copy color: '#C6617D'

red 198 ◦ green 97 ◦ blue 125

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

Shades of Cabaret #C6617D

Tints of Cabaret #C6617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 47.14%
G = 23.1%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6617D (or 0xC6617D) is known color: Cabaret. HEX triplet: C6, 61 and 7D. RGB value is (198,97,125). Sum of RGB (Red+Green+Blue) = 198+97+125=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6617D is #399E82. Grayscale: #828282. Windows color (decimal): -3776131 or 8217030. OLE color: 8217030.

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

Color convert

RGB 198 97 125 -
CMYK 0 0.51 0.37 0.22
HSL 343.37º 0.47% 0.58% -
HSV(B) 343.37º 0.51% 0.78% -
XYZ 31.27 22.04 22.01 -
YUV 130.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 198 97 125 0 0.51 0.37 0.22 343.37 0.47 0.58
Hex C6 61 7D 0 33 25 16 157 2F 3A
Octal 306 141 175 0 63 45 26 527 57 72
Binary 11000110 1100001 1111101 0 110011 100101 10110 101010111 101111 111010

Color Harmonies of #C6617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6617D

Black with #C6617D

Text Example


Text Example

White with #C6617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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