Html Css Color HEX #C2556B Cabaret

📋 copy color: '#C2556B'

red 194 ◦ green 85 ◦ blue 107

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

Shades of Cabaret #C2556B

Tints of Cabaret #C2556B

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

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

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 50.26%
G = 22.02%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2556B (or 0xC2556B) is known color: Cabaret. HEX triplet: C2, 55 and 6B. RGB value is (194,85,107). Sum of RGB (Red+Green+Blue) = 194+85+107=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2556B is #3DAA94. Grayscale: #787878. Windows color (decimal): -4041365 or 7034306. OLE color: 7034306.

HSL color Cylindrical-coordinate representation of color #C2556B: hue angle of 347.89º degrees, saturation: 0.47, 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 #C2556B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 107 -
CMYK 0 0.56 0.45 0.24
HSL 347.89º 0.47% 0.55% -
HSV(B) 347.89º 0.56% 0.76% -
XYZ 28.15 19.03 16.1 -
YUV 120.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 194 85 107 0 0.56 0.45 0.24 347.89 0.47 0.55
Hex C2 55 6B 0 38 2D 18 15C 2F 37
Octal 302 125 153 0 70 55 30 534 57 67
Binary 11000010 1010101 1101011 0 111000 101101 11000 101011100 101111 110111

Color Harmonies of #C2556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2556B

Black with #C2556B

Text Example


Text Example

White with #C2556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2556B; }

 p { color: rgb(194,85,107); }

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

background-color css

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

 a { background-color: rgb(194,85,107); }

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

border-color css

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

 span { border-color: rgb(194,85,107); }

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