Html Css Color HEX #C56570 Cabaret

📋 copy color: '#C56570'

red 197 ◦ green 101 ◦ blue 112

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

Shades of Cabaret #C56570

Tints of Cabaret #C56570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.63%

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

R = 48.05%
G = 24.63%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C56570 (or 0xC56570) is known color: Cabaret. HEX triplet: C5, 65 and 70. RGB value is (197,101,112). Sum of RGB (Red+Green+Blue) = 197+101+112=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C56570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56570 is #3A9A8F. Grayscale: #838383. Windows color (decimal): -3840656 or 7366085. OLE color: 7366085.

HSL color Cylindrical-coordinate representation of color #C56570: hue angle of 353.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56570 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 101 112 -
CMYK 0 0.49 0.43 0.23
HSL 353.13º 0.45% 0.58% -
HSV(B) 353.13º 0.49% 0.77% -
XYZ 30.6 22.35 18.03 -
YUV 130.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 197 101 112 0 0.49 0.43 0.23 353.13 0.45 0.58
Hex C5 65 70 0 31 2B 17 161 2D 3A
Octal 305 145 160 0 61 53 27 541 55 72
Binary 11000101 1100101 1110000 0 110001 101011 10111 101100001 101101 111010

Color Harmonies of #C56570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56570

Black with #C56570

Text Example


Text Example

White with #C56570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56570; }

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

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

background-color css

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

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

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

border-color css

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

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

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