Html Css Color HEX #C56073 Cabaret

📋 copy color: '#C56073'

red 197 ◦ green 96 ◦ blue 115

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

Shades of Cabaret #C56073

Tints of Cabaret #C56073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.53%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 48.28%
G = 23.53%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C56073 (or 0xC56073) is known color: Cabaret. HEX triplet: C5, 60 and 73. RGB value is (197,96,115). Sum of RGB (Red+Green+Blue) = 197+96+115=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C56073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56073 is #3A9F8C. Grayscale: #808080. Windows color (decimal): -3841933 or 7561413. OLE color: 7561413.

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

Color convert

RGB 197 96 115 -
CMYK 0 0.51 0.42 0.23
HSL 348.71º 0.47% 0.57% -
HSV(B) 348.71º 0.51% 0.77% -
XYZ 30.3 21.47 18.77 -
YUV 128.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 197 96 115 0 0.51 0.42 0.23 348.71 0.47 0.57
Hex C5 60 73 0 33 2A 17 15D 2F 39
Octal 305 140 163 0 63 52 27 535 57 71
Binary 11000101 1100000 1110011 0 110011 101010 10111 101011101 101111 111001

Color Harmonies of #C56073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56073

Black with #C56073

Text Example


Text Example

White with #C56073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56073; }

 p { color: rgb(197,96,115); }

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

background-color css

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

 a { background-color: rgb(197,96,115); }

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

border-color css

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

 span { border-color: rgb(197,96,115); }

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