Html Css Color HEX #C55068 Cabaret

📋 copy color: '#C55068'

red 197 ◦ green 80 ◦ blue 104

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

Shades of Cabaret #C55068

Tints of Cabaret #C55068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.3%

R = 51.71%
G = 21%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C55068 (or 0xC55068) is known color: Cabaret. HEX triplet: C5, 50 and 68. RGB value is (197,80,104). Sum of RGB (Red+Green+Blue) = 197+80+104=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C55068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55068 is #3AAF97. Grayscale: #757575. Windows color (decimal): -3846040 or 6836421. OLE color: 6836421.

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

Color convert

RGB 197 80 104 -
CMYK 0 0.59 0.47 0.23
HSL 347.69º 0.5% 0.54% -
HSV(B) 347.69º 0.59% 0.77% -
XYZ 28.39 18.61 15.19 -
YUV 117.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 197 80 104 0 0.59 0.47 0.23 347.69 0.5 0.54
Hex C5 50 68 0 3B 2F 17 15C 32 36
Octal 305 120 150 0 73 57 27 534 62 66
Binary 11000101 1010000 1101000 0 111011 101111 10111 101011100 110010 110110

Color Harmonies of #C55068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55068

Black with #C55068

Text Example


Text Example

White with #C55068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55068; }

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

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

background-color css

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

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

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

border-color css

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

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

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