Html Css Color HEX #C55268 Cabaret

📋 copy color: '#C55268'

red 197 ◦ green 82 ◦ blue 104

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

Shades of Cabaret #C55268

Tints of Cabaret #C55268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

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

R = 51.44%
G = 21.41%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C55268 (or 0xC55268) is known color: Cabaret. HEX triplet: C5, 52 and 68. RGB value is (197,82,104). Sum of RGB (Red+Green+Blue) = 197+82+104=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C55268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55268 is #3AAD97. Grayscale: #767676. Windows color (decimal): -3845528 or 6836933. OLE color: 6836933.

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

Color convert

RGB 197 82 104 -
CMYK 0 0.58 0.47 0.23
HSL 348.52º 0.5% 0.55% -
HSV(B) 348.52º 0.58% 0.77% -
XYZ 28.54 18.9 15.24 -
YUV 118.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 197 82 104 0 0.58 0.47 0.23 348.52 0.5 0.55
Hex C5 52 68 0 3A 2F 17 15D 32 37
Octal 305 122 150 0 72 57 27 535 62 67
Binary 11000101 1010010 1101000 0 111010 101111 10111 101011101 110010 110111

Color Harmonies of #C55268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55268

Black with #C55268

Text Example


Text Example

White with #C55268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55268; }

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

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

background-color css

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

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

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

border-color css

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

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

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