Html Css Color HEX #C55065 Cabaret

📋 copy color: '#C55065'

red 197 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #C55065

Tints of Cabaret #C55065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 52.12%
G = 21.16%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C55065 (or 0xC55065) is known color: Cabaret. HEX triplet: C5, 50 and 65. RGB value is (197,80,101). Sum of RGB (Red+Green+Blue) = 197+80+101=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C55065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55065 is #3AAF9A. Grayscale: #757575. Windows color (decimal): -3846043 or 6639813. OLE color: 6639813.

HSL color Cylindrical-coordinate representation of color #C55065: hue angle of 349.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55065 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 101 -
CMYK 0 0.59 0.49 0.23
HSL 349.23º 0.5% 0.54% -
HSV(B) 349.23º 0.59% 0.77% -
XYZ 28.24 18.55 14.4 -
YUV 117.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 197 80 101 0 0.59 0.49 0.23 349.23 0.5 0.54
Hex C5 50 65 0 3B 31 17 15D 32 36
Octal 305 120 145 0 73 61 27 535 62 66
Binary 11000101 1010000 1100101 0 111011 110001 10111 101011101 110010 110110

Color Harmonies of #C55065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55065

Black with #C55065

Text Example


Text Example

White with #C55065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55065; }

 p { color: rgb(197,80,101); }

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

background-color css

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

 a { background-color: rgb(197,80,101); }

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

border-color css

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

 span { border-color: rgb(197,80,101); }

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