Html Css Color HEX #C56770 Cabaret

📋 copy color: '#C56770'

red 197 ◦ green 103 ◦ blue 112

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

Shades of Cabaret #C56770

Tints of Cabaret #C56770

RGB

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

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

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

R = 47.82%
G = 25%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C56770 (or 0xC56770) is known color: Cabaret. HEX triplet: C5, 67 and 70. RGB value is (197,103,112). Sum of RGB (Red+Green+Blue) = 197+103+112=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56770 is #3A988F. Grayscale: #848484. Windows color (decimal): -3840144 or 7366597. OLE color: 7366597.

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

Color convert

RGB 197 103 112 -
CMYK 0 0.48 0.43 0.23
HSL 354.26º 0.45% 0.59% -
HSV(B) 354.26º 0.48% 0.77% -
XYZ 30.8 22.74 18.1 -
YUV 132.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 197 103 112 0 0.48 0.43 0.23 354.26 0.45 0.59
Hex C5 67 70 0 30 2B 17 162 2D 3B
Octal 305 147 160 0 60 53 27 542 55 73
Binary 11000101 1100111 1110000 0 110000 101011 10111 101100010 101101 111011

Color Harmonies of #C56770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56770

Black with #C56770

Text Example


Text Example

White with #C56770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56770; }

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

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

background-color css

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

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

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

border-color css

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

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

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