Html Css Color HEX #C2556C Cabaret

📋 copy color: '#C2556C'

red 194 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #C2556C

Tints of Cabaret #C2556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 50.13%
G = 21.96%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2556C (or 0xC2556C) is known color: Cabaret. HEX triplet: C2, 55 and 6C. RGB value is (194,85,108). Sum of RGB (Red+Green+Blue) = 194+85+108=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2556C is #3DAA93. Grayscale: #787878. Windows color (decimal): -4041364 or 7099842. OLE color: 7099842.

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

Color convert

RGB 194 85 108 -
CMYK 0 0.56 0.44 0.24
HSL 347.34º 0.47% 0.55% -
HSV(B) 347.34º 0.56% 0.76% -
XYZ 28.2 19.05 16.38 -
YUV 120.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 194 85 108 0 0.56 0.44 0.24 347.34 0.47 0.55
Hex C2 55 6C 0 38 2C 18 15B 2F 37
Octal 302 125 154 0 70 54 30 533 57 67
Binary 11000010 1010101 1101100 0 111000 101100 11000 101011011 101111 110111

Color Harmonies of #C2556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2556C

Black with #C2556C

Text Example


Text Example

White with #C2556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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