Html Css Color HEX #C0556D Cabaret

📋 copy color: '#C0556D'

red 192 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #C0556D

Tints of Cabaret #C0556D

RGB

 RED value IS 192 (75.39% from 255) = 49.74%

 GREEN value IS 85 (33.59% from 255) = 22.02%

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 49.74%
G = 22.02%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0556D (or 0xC0556D) is known color: Cabaret. HEX triplet: C0, 55 and 6D. RGB value is (192,85,109). Sum of RGB (Red+Green+Blue) = 192+85+109=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0556D is #3FAA92. Grayscale: #777777. Windows color (decimal): -4172435 or 7165376. OLE color: 7165376.

HSL color Cylindrical-coordinate representation of color #C0556D: hue angle of 346.54º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0556D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 109 -
CMYK 0 0.56 0.43 0.25
HSL 346.54º 0.46% 0.54% -
HSV(B) 346.54º 0.56% 0.75% -
XYZ 27.75 18.81 16.64 -
YUV 119.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 192 85 109 0 0.56 0.43 0.25 346.54 0.46 0.54
Hex C0 55 6D 0 38 2B 19 15B 2E 36
Octal 300 125 155 0 70 53 31 533 56 66
Binary 11000000 1010101 1101101 0 111000 101011 11001 101011011 101110 110110

Color Harmonies of #C0556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0556D

Black with #C0556D

Text Example


Text Example

White with #C0556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0556D; }

 p { color: rgb(192,85,109); }

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

background-color css

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

 a { background-color: rgb(192,85,109); }

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

border-color css

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

 span { border-color: rgb(192,85,109); }

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