Html Css Color HEX #C3556A Cabaret

📋 copy color: '#C3556A'

red 195 ◦ green 85 ◦ blue 106

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

Shades of Cabaret #C3556A

Tints of Cabaret #C3556A

RGB

 RED value IS 195 (76.56% from 255) = 50.52%

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

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 50.52%
G = 22.02%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3556A (or 0xC3556A) is known color: Cabaret. HEX triplet: C3, 55 and 6A. RGB value is (195,85,106). Sum of RGB (Red+Green+Blue) = 195+85+106=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3556A is #3CAA95. Grayscale: #787878. Windows color (decimal): -3975830 or 6968771. OLE color: 6968771.

HSL color Cylindrical-coordinate representation of color #C3556A: hue angle of 348.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3556A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 106 -
CMYK 0 0.56 0.46 0.24
HSL 348.55º 0.48% 0.55% -
HSV(B) 348.55º 0.56% 0.76% -
XYZ 28.36 19.14 15.84 -
YUV 120.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 195 85 106 0 0.56 0.46 0.24 348.55 0.48 0.55
Hex C3 55 6A 0 38 2E 18 15D 30 37
Octal 303 125 152 0 70 56 30 535 60 67
Binary 11000011 1010101 1101010 0 111000 101110 11000 101011101 110000 110111

Color Harmonies of #C3556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3556A

Black with #C3556A

Text Example


Text Example

White with #C3556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3556A; }

 p { color: rgb(195,85,106); }

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

background-color css

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

 a { background-color: rgb(195,85,106); }

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

border-color css

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

 span { border-color: rgb(195,85,106); }

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