Html Css Color HEX #C56971 Cabaret

📋 copy color: '#C56971'

red 197 ◦ green 105 ◦ blue 113

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

Shades of Cabaret #C56971

Tints of Cabaret #C56971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.23%

R = 47.47%
G = 25.3%
B = 27.23%

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

#C56971 (or 0xC56971) is known color: Cabaret. HEX triplet: C5, 69 and 71. RGB value is (197,105,113). Sum of RGB (Red+Green+Blue) = 197+105+113=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C56971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56971 is #3A968E. Grayscale: #858585. Windows color (decimal): -3839631 or 7432645. OLE color: 7432645.

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

Color convert

RGB 197 105 113 -
CMYK 0 0.47 0.43 0.23
HSL 354.78º 0.44% 0.59% -
HSV(B) 354.78º 0.47% 0.77% -
XYZ 31.06 23.17 18.46 -
YUV 133.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 197 105 113 0 0.47 0.43 0.23 354.78 0.44 0.59
Hex C5 69 71 0 2F 2B 17 163 2C 3B
Octal 305 151 161 0 57 53 27 543 54 73
Binary 11000101 1101001 1110001 0 101111 101011 10111 101100011 101100 111011

Color Harmonies of #C56971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56971

Black with #C56971

Text Example


Text Example

White with #C56971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56971; }

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

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

background-color css

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

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

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

border-color css

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

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

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