Html Css Color HEX #C56A72 Cabaret

📋 copy color: '#C56A72'

red 197 ◦ green 106 ◦ blue 114

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

Shades of Cabaret #C56A72

Tints of Cabaret #C56A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 47.24%
G = 25.42%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C56A72 (or 0xC56A72) is known color: Cabaret. HEX triplet: C5, 6A and 72. RGB value is (197,106,114). Sum of RGB (Red+Green+Blue) = 197+106+114=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A72 is #3A958D. Grayscale: #868686. Windows color (decimal): -3839374 or 7498437. OLE color: 7498437.

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

Color convert

RGB 197 106 114 -
CMYK 0 0.46 0.42 0.23
HSL 354.73º 0.44% 0.59% -
HSV(B) 354.73º 0.46% 0.77% -
XYZ 31.22 23.39 18.79 -
YUV 134.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 197 106 114 0 0.46 0.42 0.23 354.73 0.44 0.59
Hex C5 6A 72 0 2E 2A 17 163 2C 3B
Octal 305 152 162 0 56 52 27 543 54 73
Binary 11000101 1101010 1110010 0 101110 101010 10111 101100011 101100 111011

Color Harmonies of #C56A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56A72

Black with #C56A72

Text Example


Text Example

White with #C56A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56A72; }

 p { color: rgb(197,106,114); }

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

background-color css

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

 a { background-color: rgb(197,106,114); }

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

border-color css

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

 span { border-color: rgb(197,106,114); }

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