Html Css Color HEX #C55369 Cabaret

📋 copy color: '#C55369'

red 197 ◦ green 83 ◦ blue 105

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

Shades of Cabaret #C55369

Tints of Cabaret #C55369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.27%

R = 51.17%
G = 21.56%
B = 27.27%

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

#C55369 (or 0xC55369) is known color: Cabaret. HEX triplet: C5, 53 and 69. RGB value is (197,83,105). Sum of RGB (Red+Green+Blue) = 197+83+105=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C55369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55369 is #3AAC96. Grayscale: #777777. Windows color (decimal): -3845271 or 6902725. OLE color: 6902725.

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

Color convert

RGB 197 83 105 -
CMYK 0 0.58 0.47 0.23
HSL 348.42º 0.5% 0.55% -
HSV(B) 348.42º 0.58% 0.77% -
XYZ 28.67 19.08 15.54 -
YUV 119.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 197 83 105 0 0.58 0.47 0.23 348.42 0.5 0.55
Hex C5 53 69 0 3A 2F 17 15C 32 37
Octal 305 123 151 0 72 57 27 534 62 67
Binary 11000101 1010011 1101001 0 111010 101111 10111 101011100 110010 110111

Color Harmonies of #C55369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55369

Black with #C55369

Text Example


Text Example

White with #C55369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55369; }

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

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

background-color css

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

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

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

border-color css

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

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

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