Html Css Color HEX #C56774 Cabaret

📋 copy color: '#C56774'

red 197 ◦ green 103 ◦ blue 116

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

Shades of Cabaret #C56774

Tints of Cabaret #C56774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.76%

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

R = 47.36%
G = 24.76%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C56774 (or 0xC56774) is known color: Cabaret. HEX triplet: C5, 67 and 74. RGB value is (197,103,116). Sum of RGB (Red+Green+Blue) = 197+103+116=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C56774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56774 is #3A988B. Grayscale: #848484. Windows color (decimal): -3840140 or 7628741. OLE color: 7628741.

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

Color convert

RGB 197 103 116 -
CMYK 0 0.48 0.41 0.23
HSL 351.7º 0.45% 0.59% -
HSV(B) 351.7º 0.48% 0.77% -
XYZ 31.03 22.83 19.29 -
YUV 132.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 197 103 116 0 0.48 0.41 0.23 351.7 0.45 0.59
Hex C5 67 74 0 30 29 17 160 2D 3B
Octal 305 147 164 0 60 51 27 540 55 73
Binary 11000101 1100111 1110100 0 110000 101001 10111 101100000 101101 111011

Color Harmonies of #C56774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56774

Black with #C56774

Text Example


Text Example

White with #C56774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56774; }

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

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

background-color css

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

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

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

border-color css

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

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

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