Html Css Color HEX #C55D6C Cabaret

📋 copy color: '#C55D6C'

red 197 ◦ green 93 ◦ blue 108

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

Shades of Cabaret #C55D6C

Tints of Cabaret #C55D6C

RGB

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

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

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

R = 49.5%
G = 23.37%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C55D6C (or 0xC55D6C) is known color: Cabaret. HEX triplet: C5, 5D and 6C. RGB value is (197,93,108). Sum of RGB (Red+Green+Blue) = 197+93+108=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D6C is #3AA293. Grayscale: #7D7D7D. Windows color (decimal): -3842708 or 7101893. OLE color: 7101893.

HSL color Cylindrical-coordinate representation of color #C55D6C: hue angle of 351.35º 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 #C55D6C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 108 -
CMYK 0 0.53 0.45 0.23
HSL 351.35º 0.47% 0.57% -
HSV(B) 351.35º 0.53% 0.77% -
XYZ 29.65 20.78 16.64 -
YUV 125.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 197 93 108 0 0.53 0.45 0.23 351.35 0.47 0.57
Hex C5 5D 6C 0 35 2D 17 15F 2F 39
Octal 305 135 154 0 65 55 27 537 57 71
Binary 11000101 1011101 1101100 0 110101 101101 10111 101011111 101111 111001

Color Harmonies of #C55D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D6C

Black with #C55D6C

Text Example


Text Example

White with #C55D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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