Html Css Color HEX #C6547B Cabaret

📋 copy color: '#C6547B'

red 198 ◦ green 84 ◦ blue 123

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

Shades of Cabaret #C6547B

Tints of Cabaret #C6547B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 48.89%
G = 20.74%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6547B (or 0xC6547B) is known color: Cabaret. HEX triplet: C6, 54 and 7B. RGB value is (198,84,123). Sum of RGB (Red+Green+Blue) = 198+84+123=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6547B is #39AB84. Grayscale: #7A7A7A. Windows color (decimal): -3779461 or 8082630. OLE color: 8082630.

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

Color convert

RGB 198 84 123 -
CMYK 0 0.58 0.38 0.22
HSL 339.47º 0.5% 0.55% -
HSV(B) 339.47º 0.58% 0.78% -
XYZ 30.03 19.78 20.97 -
YUV 122.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 198 84 123 0 0.58 0.38 0.22 339.47 0.5 0.55
Hex C6 54 7B 0 3A 26 16 153 32 37
Octal 306 124 173 0 72 46 26 523 62 67
Binary 11000110 1010100 1111011 0 111010 100110 10110 101010011 110010 110111

Color Harmonies of #C6547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6547B

Black with #C6547B

Text Example


Text Example

White with #C6547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6547B; }

 p { color: rgb(198,84,123); }

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

background-color css

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

 a { background-color: rgb(198,84,123); }

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

border-color css

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

 span { border-color: rgb(198,84,123); }

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