Html Css Color HEX #C56975 Cabaret

📋 copy color: '#C56975'

red 197 ◦ green 105 ◦ blue 117

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

Shades of Cabaret #C56975

Tints of Cabaret #C56975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 47.02%
G = 25.06%
B = 27.92%

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

#C56975 (or 0xC56975) is known color: Cabaret. HEX triplet: C5, 69 and 75. RGB value is (197,105,117). Sum of RGB (Red+Green+Blue) = 197+105+117=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C56975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56975 is #3A968A. Grayscale: #858585. Windows color (decimal): -3839627 or 7694789. OLE color: 7694789.

HSL color Cylindrical-coordinate representation of color #C56975: hue angle of 352.17º 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 #C56975 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 117 -
CMYK 0 0.47 0.41 0.23
HSL 352.17º 0.44% 0.59% -
HSV(B) 352.17º 0.47% 0.77% -
XYZ 31.29 23.26 19.67 -
YUV 133.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 197 105 117 0 0.47 0.41 0.23 352.17 0.44 0.59
Hex C5 69 75 0 2F 29 17 160 2C 3B
Octal 305 151 165 0 57 51 27 540 54 73
Binary 11000101 1101001 1110101 0 101111 101001 10111 101100000 101100 111011

Color Harmonies of #C56975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56975

Black with #C56975

Text Example


Text Example

White with #C56975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56975; }

 p { color: rgb(197,105,117); }

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

background-color css

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

 a { background-color: rgb(197,105,117); }

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

border-color css

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

 span { border-color: rgb(197,105,117); }

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