Html Css Color HEX #C55A6E Cabaret

📋 copy color: '#C55A6E'

red 197 ◦ green 90 ◦ blue 110

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

Shades of Cabaret #C55A6E

Tints of Cabaret #C55A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 49.62%
G = 22.67%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C55A6E (or 0xC55A6E) is known color: Cabaret. HEX triplet: C5, 5A and 6E. RGB value is (197,90,110). Sum of RGB (Red+Green+Blue) = 197+90+110=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A6E is #3AA591. Grayscale: #7C7C7C. Windows color (decimal): -3843474 or 7232197. OLE color: 7232197.

HSL color Cylindrical-coordinate representation of color #C55A6E: hue angle of 348.79º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55A6E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 110 -
CMYK 0 0.54 0.44 0.23
HSL 348.79º 0.48% 0.56% -
HSV(B) 348.79º 0.54% 0.77% -
XYZ 29.5 20.31 17.12 -
YUV 124.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 197 90 110 0 0.54 0.44 0.23 348.79 0.48 0.56
Hex C5 5A 6E 0 36 2C 17 15D 30 38
Octal 305 132 156 0 66 54 27 535 60 70
Binary 11000101 1011010 1101110 0 110110 101100 10111 101011101 110000 111000

Color Harmonies of #C55A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A6E

Black with #C55A6E

Text Example


Text Example

White with #C55A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A6E; }

 p { color: rgb(197,90,110); }

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

background-color css

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

 a { background-color: rgb(197,90,110); }

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

border-color css

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

 span { border-color: rgb(197,90,110); }

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