Html Css Color HEX #C56970 Cabaret

📋 copy color: '#C56970'

red 197 ◦ green 105 ◦ blue 112

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

Shades of Cabaret #C56970

Tints of Cabaret #C56970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 47.58%
G = 25.36%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C56970 (or 0xC56970) is known color: Cabaret. HEX triplet: C5, 69 and 70. RGB value is (197,105,112). Sum of RGB (Red+Green+Blue) = 197+105+112=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56970 is #3A968F. Grayscale: #858585. Windows color (decimal): -3839632 or 7367109. OLE color: 7367109.

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

Color convert

RGB 197 105 112 -
CMYK 0 0.47 0.43 0.23
HSL 355.43º 0.44% 0.59% -
HSV(B) 355.43º 0.47% 0.77% -
XYZ 31 23.14 18.16 -
YUV 133.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 197 105 112 0 0.47 0.43 0.23 355.43 0.44 0.59
Hex C5 69 70 0 2F 2B 17 163 2C 3B
Octal 305 151 160 0 57 53 27 543 54 73
Binary 11000101 1101001 1110000 0 101111 101011 10111 101100011 101100 111011

Color Harmonies of #C56970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56970

Black with #C56970

Text Example


Text Example

White with #C56970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56970; }

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

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

background-color css

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

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

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

border-color css

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

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

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