Html Css Color HEX #C6627C Cabaret

📋 copy color: '#C6627C'

red 198 ◦ green 98 ◦ blue 124

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

Shades of Cabaret #C6627C

Tints of Cabaret #C6627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 47.14%
G = 23.33%
B = 29.52%

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

#C6627C (or 0xC6627C) is known color: Cabaret. HEX triplet: C6, 62 and 7C. RGB value is (198,98,124). Sum of RGB (Red+Green+Blue) = 198+98+124=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6627C is #399D83. Grayscale: #828282. Windows color (decimal): -3775876 or 8151750. OLE color: 8151750.

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

Color convert

RGB 198 98 124 -
CMYK 0 0.51 0.37 0.22
HSL 344.4º 0.47% 0.58% -
HSV(B) 344.4º 0.51% 0.78% -
XYZ 31.29 22.2 21.7 -
YUV 130.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 198 98 124 0 0.51 0.37 0.22 344.4 0.47 0.58
Hex C6 62 7C 0 33 25 16 158 2F 3A
Octal 306 142 174 0 63 45 26 530 57 72
Binary 11000110 1100010 1111100 0 110011 100101 10110 101011000 101111 111010

Color Harmonies of #C6627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6627C

Black with #C6627C

Text Example


Text Example

White with #C6627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6627C; }

 p { color: rgb(198,98,124); }

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

background-color css

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

 a { background-color: rgb(198,98,124); }

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

border-color css

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

 span { border-color: rgb(198,98,124); }

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