Html Css Color HEX #C55368 Cabaret

📋 copy color: '#C55368'

red 197 ◦ green 83 ◦ blue 104

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

Shades of Cabaret #C55368

Tints of Cabaret #C55368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

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

R = 51.3%
G = 21.61%
B = 27.08%

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

#C55368 (or 0xC55368) is known color: Cabaret. HEX triplet: C5, 53 and 68. RGB value is (197,83,104). Sum of RGB (Red+Green+Blue) = 197+83+104=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C55368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55368 is #3AAC97. Grayscale: #777777. Windows color (decimal): -3845272 or 6837189. OLE color: 6837189.

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

Color convert

RGB 197 83 104 -
CMYK 0 0.58 0.47 0.23
HSL 348.95º 0.5% 0.55% -
HSV(B) 348.95º 0.58% 0.77% -
XYZ 28.62 19.06 15.27 -
YUV 119.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 197 83 104 0 0.58 0.47 0.23 348.95 0.5 0.55
Hex C5 53 68 0 3A 2F 17 15D 32 37
Octal 305 123 150 0 72 57 27 535 62 67
Binary 11000101 1010011 1101000 0 111010 101111 10111 101011101 110010 110111

Color Harmonies of #C55368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55368

Black with #C55368

Text Example


Text Example

White with #C55368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55368; }

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

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

background-color css

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

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

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

border-color css

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

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

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