Html Css Color HEX #C55074 Cabaret

📋 copy color: '#C55074'

red 197 ◦ green 80 ◦ blue 116

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

Shades of Cabaret #C55074

Tints of Cabaret #C55074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.36%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 50.13%
G = 20.36%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C55074 (or 0xC55074) is known color: Cabaret. HEX triplet: C5, 50 and 74. RGB value is (197,80,116). Sum of RGB (Red+Green+Blue) = 197+80+116=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C55074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55074 is #3AAF8B. Grayscale: #777777. Windows color (decimal): -3846028 or 7622853. OLE color: 7622853.

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

Color convert

RGB 197 80 116 -
CMYK 0 0.59 0.41 0.23
HSL 341.54º 0.5% 0.54% -
HSV(B) 341.54º 0.59% 0.77% -
XYZ 29.05 18.87 18.63 -
YUV 119.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 197 80 116 0 0.59 0.41 0.23 341.54 0.5 0.54
Hex C5 50 74 0 3B 29 17 156 32 36
Octal 305 120 164 0 73 51 27 526 62 66
Binary 11000101 1010000 1110100 0 111011 101001 10111 101010110 110010 110110

Color Harmonies of #C55074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55074

Black with #C55074

Text Example


Text Example

White with #C55074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55074; }

 p { color: rgb(197,80,116); }

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

background-color css

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

 a { background-color: rgb(197,80,116); }

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

border-color css

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

 span { border-color: rgb(197,80,116); }

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