Html Css Color HEX #C56874 Cabaret

📋 copy color: '#C56874'

red 197 ◦ green 104 ◦ blue 116

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

Shades of Cabaret #C56874

Tints of Cabaret #C56874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

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

R = 47.24%
G = 24.94%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C56874 (or 0xC56874) is known color: Cabaret. HEX triplet: C5, 68 and 74. RGB value is (197,104,116). Sum of RGB (Red+Green+Blue) = 197+104+116=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56874 is #3A978B. Grayscale: #858585. Windows color (decimal): -3839884 or 7628997. OLE color: 7628997.

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

Color convert

RGB 197 104 116 -
CMYK 0 0.47 0.41 0.23
HSL 352.26º 0.44% 0.59% -
HSV(B) 352.26º 0.47% 0.77% -
XYZ 31.13 23.03 19.33 -
YUV 133.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 197 104 116 0 0.47 0.41 0.23 352.26 0.44 0.59
Hex C5 68 74 0 2F 29 17 160 2C 3B
Octal 305 150 164 0 57 51 27 540 54 73
Binary 11000101 1101000 1110100 0 101111 101001 10111 101100000 101100 111011

Color Harmonies of #C56874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56874

Black with #C56874

Text Example


Text Example

White with #C56874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56874; }

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

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

background-color css

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

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

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

border-color css

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

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

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