Html Css Color HEX #C55275 Cabaret

📋 copy color: '#C55275'

red 197 ◦ green 82 ◦ blue 117

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

Shades of Cabaret #C55275

Tints of Cabaret #C55275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 49.75%
G = 20.71%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C55275 (or 0xC55275) is known color: Cabaret. HEX triplet: C5, 52 and 75. RGB value is (197,82,117). Sum of RGB (Red+Green+Blue) = 197+82+117=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C55275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55275 is #3AAD8A. Grayscale: #787878. Windows color (decimal): -3845515 or 7688901. OLE color: 7688901.

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

Color convert

RGB 197 82 117 -
CMYK 0 0.58 0.41 0.23
HSL 341.74º 0.5% 0.55% -
HSV(B) 341.74º 0.58% 0.77% -
XYZ 29.25 19.19 18.99 -
YUV 120.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 197 82 117 0 0.58 0.41 0.23 341.74 0.5 0.55
Hex C5 52 75 0 3A 29 17 156 32 37
Octal 305 122 165 0 72 51 27 526 62 67
Binary 11000101 1010010 1110101 0 111010 101001 10111 101010110 110010 110111

Color Harmonies of #C55275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55275

Black with #C55275

Text Example


Text Example

White with #C55275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55275; }

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

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

background-color css

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

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

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

border-color css

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

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

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