Html Css Color HEX #C55D75 Cabaret

📋 copy color: '#C55D75'

red 197 ◦ green 93 ◦ blue 117

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

Shades of Cabaret #C55D75

Tints of Cabaret #C55D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 48.4%
G = 22.85%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C55D75 (or 0xC55D75) is known color: Cabaret. HEX triplet: C5, 5D and 75. RGB value is (197,93,117). Sum of RGB (Red+Green+Blue) = 197+93+117=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D75 is #3AA28A. Grayscale: #7E7E7E. Windows color (decimal): -3842699 or 7691717. OLE color: 7691717.

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

Color convert

RGB 197 93 117 -
CMYK 0 0.53 0.41 0.23
HSL 346.15º 0.47% 0.57% -
HSV(B) 346.15º 0.53% 0.77% -
XYZ 30.15 20.98 19.29 -
YUV 126.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 197 93 117 0 0.53 0.41 0.23 346.15 0.47 0.57
Hex C5 5D 75 0 35 29 17 15A 2F 39
Octal 305 135 165 0 65 51 27 532 57 71
Binary 11000101 1011101 1110101 0 110101 101001 10111 101011010 101111 111001

Color Harmonies of #C55D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D75

Black with #C55D75

Text Example


Text Example

White with #C55D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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