Html Css Color HEX #C6577D Cabaret

📋 copy color: '#C6577D'

red 198 ◦ green 87 ◦ blue 125

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

Shades of Cabaret #C6577D

Tints of Cabaret #C6577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

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

R = 48.29%
G = 21.22%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6577D (or 0xC6577D) is known color: Cabaret. HEX triplet: C6, 57 and 7D. RGB value is (198,87,125). Sum of RGB (Red+Green+Blue) = 198+87+125=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6577D is #39A882. Grayscale: #7C7C7C. Windows color (decimal): -3778691 or 8214470. OLE color: 8214470.

HSL color Cylindrical-coordinate representation of color #C6577D: hue angle of 339.46º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6577D is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 87 125 -
CMYK 0 0.56 0.37 0.22
HSL 339.46º 0.49% 0.56% -
HSV(B) 339.46º 0.56% 0.78% -
XYZ 30.4 20.3 21.72 -
YUV 124.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 198 87 125 0 0.56 0.37 0.22 339.46 0.49 0.56
Hex C6 57 7D 0 38 25 16 153 31 38
Octal 306 127 175 0 70 45 26 523 61 70
Binary 11000110 1010111 1111101 0 111000 100101 10110 101010011 110001 111000

Color Harmonies of #C6577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6577D

Black with #C6577D

Text Example


Text Example

White with #C6577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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