Html Css Color HEX #C55C6D Cabaret

📋 copy color: '#C55C6D'

red 197 ◦ green 92 ◦ blue 109

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

Shades of Cabaret #C55C6D

Tints of Cabaret #C55C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 49.5%
G = 23.12%
B = 27.39%

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

#C55C6D (or 0xC55C6D) is known color: Cabaret. HEX triplet: C5, 5C and 6D. RGB value is (197,92,109). Sum of RGB (Red+Green+Blue) = 197+92+109=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C6D is #3AA392. Grayscale: #7D7D7D. Windows color (decimal): -3842963 or 7167173. OLE color: 7167173.

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

Color convert

RGB 197 92 109 -
CMYK 0 0.53 0.45 0.23
HSL 350.29º 0.48% 0.57% -
HSV(B) 350.29º 0.53% 0.77% -
XYZ 29.61 20.63 16.89 -
YUV 125.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 197 92 109 0 0.53 0.45 0.23 350.29 0.48 0.57
Hex C5 5C 6D 0 35 2D 17 15E 30 39
Octal 305 134 155 0 65 55 27 536 60 71
Binary 11000101 1011100 1101101 0 110101 101101 10111 101011110 110000 111001

Color Harmonies of #C55C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C6D

Black with #C55C6D

Text Example


Text Example

White with #C55C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C6D; }

 p { color: rgb(197,92,109); }

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

background-color css

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

 a { background-color: rgb(197,92,109); }

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

border-color css

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

 span { border-color: rgb(197,92,109); }

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