Html Css Color HEX #C55674 Cabaret

📋 copy color: '#C55674'

red 197 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #C55674

Tints of Cabaret #C55674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

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

R = 49.37%
G = 21.55%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C55674 (or 0xC55674) is known color: Cabaret. HEX triplet: C5, 56 and 74. RGB value is (197,86,116). Sum of RGB (Red+Green+Blue) = 197+86+116=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C55674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55674 is #3AA98B. Grayscale: #7A7A7A. Windows color (decimal): -3844492 or 7624389. OLE color: 7624389.

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

Color convert

RGB 197 86 116 -
CMYK 0 0.56 0.41 0.23
HSL 343.78º 0.49% 0.55% -
HSV(B) 343.78º 0.56% 0.77% -
XYZ 29.51 19.79 18.79 -
YUV 122.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 197 86 116 0 0.56 0.41 0.23 343.78 0.49 0.55
Hex C5 56 74 0 38 29 17 158 31 37
Octal 305 126 164 0 70 51 27 530 61 67
Binary 11000101 1010110 1110100 0 111000 101001 10111 101011000 110001 110111

Color Harmonies of #C55674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55674

Black with #C55674

Text Example


Text Example

White with #C55674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55674; }

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

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

background-color css

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

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

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

border-color css

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

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

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