Html Css Color HEX #C55D6E Cabaret

📋 copy color: '#C55D6E'

red 197 ◦ green 93 ◦ blue 110

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

Shades of Cabaret #C55D6E

Tints of Cabaret #C55D6E

RGB

 RED value IS 197 (77.34% from 255) = 49.25%

 GREEN value IS 93 (36.72% from 255) = 23.25%

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 49.25%
G = 23.25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C55D6E (or 0xC55D6E) is known color: Cabaret. HEX triplet: C5, 5D and 6E. RGB value is (197,93,110). Sum of RGB (Red+Green+Blue) = 197+93+110=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D6E is #3AA291. Grayscale: #7E7E7E. Windows color (decimal): -3842706 or 7232965. OLE color: 7232965.

HSL color Cylindrical-coordinate representation of color #C55D6E: hue angle of 350.19º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D6E is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 110 -
CMYK 0 0.53 0.44 0.23
HSL 350.19º 0.47% 0.57% -
HSV(B) 350.19º 0.53% 0.77% -
XYZ 29.75 20.82 17.2 -
YUV 126.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 197 93 110 0 0.53 0.44 0.23 350.19 0.47 0.57
Hex C5 5D 6E 0 35 2C 17 15E 2F 39
Octal 305 135 156 0 65 54 27 536 57 71
Binary 11000101 1011101 1101110 0 110101 101100 10111 101011110 101111 111001

Color Harmonies of #C55D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D6E

Black with #C55D6E

Text Example


Text Example

White with #C55D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D6E; }

 p { color: rgb(197,93,110); }

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

background-color css

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

 a { background-color: rgb(197,93,110); }

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

border-color css

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

 span { border-color: rgb(197,93,110); }

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